summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in acf_www-controler handle_clientdata where the cfe name is a numberTed Trask2014-09-121-0/+7
|
* Fixed bug in www controller redirect_to_referrer if the referrer is missingTed Trask2014-05-301-1/+2
|
* Fix multi select in www-controller when nothing is selectedTed Trask2014-04-251-2/+11
|
* Change prototype of htmlviewfunctions.dislay item to make consistentTed Trask2014-03-313-12/+12
| | | | Note: this breaks backward compatibility
* Fix bug in filedetails submissionTed Trask2014-03-181-1/+1
|
* Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵Ted Trask2014-03-179-39/+71
| | | | .displaysectionend function
* Modified HTML views to use new htmlviewfunctions functions and replace links ↵Ted Trask2014-03-104-23/+30
| | | | | | with forms created by displayitem Use .displayitemstart/middle/end
* Removed skins-read-html.lsp from Makefile since it doesn't exist anymoreTed Trask2014-03-061-1/+0
|
* Added grep field to filedetails HTML viewTed Trask2014-03-031-0/+3
|
* Change HTML views to use htmlviewfunctions.displayheaderTed Trask2014-03-038-48/+62
|
* Modified roles/viewroles HTML view to make better use of htmlviewfunctions ↵Ted Trask2014-03-032-8/+8
| | | | and remove custom HTML
* Removed skins/read action and use skins/update insteadTed Trask2014-03-036-38/+7
|
* Modified password/status HTML view to make better use of htmlviewfunctions ↵Ted Trask2014-03-032-10/+10
| | | | and remove custom HTML
* Modify status HTML view to use htmlviewfunctions for everythingTed Trask2014-03-031-16/+9
|
* Fix HTML multi select to use select instead of series of checkboxesTed Trask2014-03-031-2/+3
|
* Allow sorting on roles permissionsTed Trask2014-02-031-1/+1
|
* Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML.Ted Trask2014-01-228-90/+117
|
* Switch HTML template to HTML5 and cleanup code by removing extra divsTed Trask2013-12-311-146/+107
| | | | | Removed div class leader, tailer, and mute Removed div id logo and postnav
* Fix HTML 4.01 Strict syntax errors in template-html.lspTed Trask2013-12-301-25/+31
|
* Fix bug in acf_www-controller logevent based on global versus module variableTed Trask2013-11-201-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-1711-111/+129
| | | | | Use mymodule parameter for module definition. This was also helpfule in revealing places where the code relied on the global environment.
* Change use of require to work with Lua 5.2Ted Trask2013-10-0914-21/+21
|
* Only load js libraries if not already loadedTed Trask2013-10-032-2/+12
|
* Check if jquery already loaded before loading againTed Trask2013-10-031-2/+8
|
* Add home config option to acf.conf for default home pageTed Trask2013-05-303-24/+31
| | | | The default_prefix and default_controller logic was broken, and is now removed
* Change logon/logout action to logon/logoff and standardize on logon/off ↵Ted Trask2013-05-306-17/+17
| | | | instead of login/out
* Fix delete user link to submit the formTed Trask2013-05-301-1/+1
|
* Added support for automatic login after HTTP authentication if ACF user existsTed Trask2013-05-301-0/+13
|
* Further fixes for null handling in handle_clientdataTed Trask2013-04-302-1/+2
|
* Fix null clientdata handling bug when recursingTed Trask2013-04-301-1/+2
|
* Fixed hostname parameter scope by moving if statementTed Trask2012-11-091-1/+3
|
* Rename ajax viewtype to json to be more accurateTed Trask2012-11-062-2/+1
|
* Added template for serialized lua outputTed Trask2012-11-061-0/+5
|
* Removed old files from Makefilev0.15.1Ted Trask2012-10-191-2/+0
|
* Added option to have skin-specific javascriptTed Trask2012-10-111-0/+1
|
* Added option to have skin-specific template in skindirTed Trask2012-10-111-8/+15
|
* No need for form view anymore since we have autoviewTed Trask2012-10-111-9/+0
|
* Added clientdata.skinned option to turn off skins in html templateTed Trask2012-10-022-0/+7
|
* Revert "Added clientdata.skinned option to turn off skins/templates"Ted Trask2012-10-021-1/+1
| | | | This reverts commit b0d5cd7398e09c6b1e2becacaab196c5f2a91096.
* Added require statement for html libraryTed Trask2012-10-029-0/+9
|
* Added clientdata.skinned option to turn off skins/templatesTed Trask2012-10-021-1/+1
|
* Fixed form for creating new userTed Trask2012-05-081-1/+1
|
* Removed password-html.lsp from MakefileTed Trask2012-04-241-5/+4
|
* Modified roles controller to use new handle_form functionTed Trask2012-04-2310-94/+62
|
* Updated password and skins for latest handle_form changesTed Trask2012-04-225-31/+28
|
* Change handle_form to pass self into get_function and set_functionTed Trask2012-04-221-2/+2
|
* Updated password to remove redirect_to_referrer and password-html viewTed Trask2012-04-193-30/+25
|
* Fixed status Install button to new form styleTed Trask2012-04-181-1/+1
|
* Not all special characters needed to be escaped because within quotesTed Trask2012-04-131-5/+0
|
* Removed unnecessary functions from acf_cli-controllerTed Trask2012-03-071-14/+0
|