summaryrefslogtreecommitdiffstats
path: root/did-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to APPHEADmasterTed Trask2012-11-261-7/+33
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-281-8/+10
|
* Use authenticator.get_subauth function rather than public auth variableTed Trask2012-10-261-10/+17
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-1/+1
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-2/+2
| | | | | 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-061-12/+35
| | | | 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-151-6/+5
|
* Added available field to definition rather than looking at description.Ted Trask2010-07-141-18/+25
|
* Added requestdid function.Ted Trask2010-07-011-0/+22
|
* Added user/roles permissions on a DID-by-DID basis.Ted Trask2010-07-011-52/+235
|
* Changed timestamps to 'now' and set precisionsTed Trask2010-06-291-5/+5
|
* Added lastchange timestamp to definition table.Ted Trask2010-06-281-4/+5
|
* Moved pagination into model and greatly sped up DID listing.Ted Trask2010-04-121-21/+91
|
* 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-071-3/+3
| | | | display lines.
* Automatically publish changes, change order of editdefinition buttons.Ted Trask2010-04-071-1/+3
|
* Added test button to editdefinition.Ted Trask2010-04-061-12/+70
| | | | | Test and Cancel are now handled in customized handler in controller. Added some rule testing code to sort them into priority order.
* 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.
* Added listdefs function to speed up process when only need dids.Ted Trask2010-04-051-11/+23
|
* Call blank extension 'Restricted' in assigndefinition, extremely detailed ↵Ted Trask2010-04-051-13/+53
| | | | change descriptions.
* Make extension change results more descriptive.Ted Trask2010-03-121-3/+14
|
* Change Definition to DID Number in entire UI.Ted Trask2010-03-121-7/+7
|
* Reverse order of history and added dashes to DIDs in UI.Ted Trask2010-01-271-15/+41
|
* Assign definition now actualy assigns.Ted Trask2010-01-251-1/+1
|
* Added code for assigndefinition autocomplete of did. Not done yet.Ted Trask2010-01-251-0/+16
|
* Gave dbhistlog timestamp more precision.Ted Trask2009-11-271-1/+1
|
* Copy / paste errorsTed Trask2009-11-181-1/+1
|
* Created telephone DID application.Ted Trask2009-11-181-0/+925