summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to APPHEADmasterTed Trask2012-11-261-7/+33
|
* Changed viewtype ajax to json as per acf-core-0.15.3 and removed other ↵Ted Trask2012-11-063-15/+1
| | | | viewtype changes from controller
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-284-33/+10
|
* Use authenticator.get_subauth function rather than public auth variableTed Trask2012-10-261-10/+17
|
* Removed unnecessary links to form-html.lspTed Trask2012-10-261-1/+0
|
* Added require statement for html libraryTed Trask2012-10-028-0/+8
|
* Some cleanup for form submissionTed Trask2012-05-073-5/+5
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-282-6/+6
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-1812-31/+24
| | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Modified permissions to work with acf-core-0.11.0Ted Trask2010-10-081-12/+8
|
* Added type field to definitionTed Trask2010-08-063-15/+41
| | | | Possible values are stored in 'type' table and defaulted to Home or Work.
* Added editdefinitionextension action and added available to edit fields.Ted Trask2010-07-155-10/+33
|
* Added available field to definition rather than looking at description.Ted Trask2010-07-141-18/+25
|
* Fixed test button problem caused by not passing all parameters.Ted Trask2010-07-011-2/+2
|
* Added requestdid function.Ted Trask2010-07-014-2/+35
|
* Added user/roles permissions on a DID-by-DID basis.Ted Trask2010-07-017-65/+317
|
* Changed timestamps to 'now' and set precisionsTed Trask2010-06-292-6/+6
|
* Added lastchange timestamp to definition table.Ted Trask2010-06-283-6/+7
|
* Moved pagination into model and greatly sped up DID listing.Ted Trask2010-04-123-25/+97
|
* Fixed regular expressions in search.Ted Trask2010-04-091-5/+12
|
* Fixed searching to work with dashes in DIDs.Ted Trask2010-04-071-1/+1
|
* Modified description to be multiple line, and modified viewactivitylog to ↵Ted Trask2010-04-072-4/+4
| | | | display lines.
* Automatically publish changes, change order of editdefinition buttons.Ted Trask2010-04-072-2/+4
|
* Numbered rules and added description of order.Ted Trask2010-04-061-1/+5
|
* Added test button to editdefinition.Ted Trask2010-04-064-30/+124
| | | | | Test and Cancel are now handled in customized handler in controller. Added some rule testing code to sort them into priority order.
* Minor graphical bug fix.Ted Trask2010-04-064-4/+4
|
* Minor cleanup of change description.Ted Trask2010-04-061-1/+1
|
* Cleaned up description for creating did and sped up listdefinitions by ↵Ted Trask2010-04-061-6/+11
| | | | removing extensions unless searched for.
* Dynamically add new blank rule to editdefinition when existing blank rule ↵Ted Trask2010-04-061-14/+20
| | | | changes.
* Added listdefs function to speed up process when only need dids.Ted Trask2010-04-052-17/+25
|
* Bug fix in editdefinition results.Ted Trask2010-04-051-1/+1
|
* Call blank extension 'Restricted' in assigndefinition, extremely detailed ↵Ted Trask2010-04-053-21/+68
| | | | change descriptions.
* Added cancel button to editdefinition and made to go back to same page / search.Ted Trask2010-04-052-1/+24
|
* Made persistent result more consistent in where and how it's displayed.Ted Trask2010-03-315-7/+50
|
* Save the last successful edit in the session data.Ted Trask2010-03-122-2/+6
|
* Make extension change results more descriptive.Ted Trask2010-03-124-7/+18
|
* Stop assigndefinition from accepting blank extension.Ted Trask2010-03-121-0/+6
|
* Change Definition to DID Number in entire UI.Ted Trask2010-03-126-17/+16
|
* A bunch of graphical changes.Ted Trask2010-03-103-37/+6
| | | | | | Removed dashes from assign autocomplete and display current extension. Pagination changed to 15 DIDs from 100. No longer a popup with different template for editdefinition.
* Added wwwprefix to web path.Ted Trask2010-02-162-4/+4
|
* Reverse order of history and added dashes to DIDs in UI.Ted Trask2010-01-271-15/+41
|
* Added safety check to see if did has multiple rules.Ted Trask2010-01-263-0/+31
|
* Added autofill so autocompletes when only one matching did.Ted Trask2010-01-261-6/+10
|
* Assign definition now actualy assigns.Ted Trask2010-01-253-6/+17
|
* Added modified version of jquery autocomplete 1.1Ted Trask2010-01-254-2/+870
|
* Added searchdefinitionlist files.Ted Trask2010-01-252-0/+9
|
* Added code for assigndefinition autocomplete of did. Not done yet.Ted Trask2010-01-255-3/+77
|
* Simplified script to use text-based ACF client.Ted Trask2009-12-301-24/+2
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-172-4/+4
|
* Fixed status view and added assign action.Ted Trask2009-12-155-4/+10
| | | | | Status view will only show create database if it doesn't exist. Assign action will overwrite an existing definition / rules.