summaryrefslogtreecommitdiffstats
path: root/lib/vcategories.php
Commit message (Collapse)AuthorAgeFilesLines
* fix oc-769Frank Karlitschek2012-06-011-1/+1
|
* VCategories: Made a small check for categories that seems to resolv the ↵Thomas Tanghus2012-05-131-6/+10
| | | | problems in Calender. Also reverts the changes from 9e6221b229410599c28045d1956bb6e84d33cadc.
* VCategories: Suppress error messages stemming from import from file app.Thomas Tanghus2012-05-131-2/+2
|
* OC_VCategories: sort categories in natural order using usortBart Visscher2012-04-121-1/+2
| | | | Use usort to sort, so that the json encoding is an array.
* Implement default categories in OC_VCategoriesBart Visscher2012-04-121-3/+2
|
* Contacts: Modifications for using categories.Thomas Tanghus2012-03-121-19/+21
|
* Contacts: UI updates and ajax methods for categories.Thomas Tanghus2012-03-071-23/+43
|
* Check for empty value in ctor and being conservative about configvalue name ;-)Thomas Tanghus2012-02-211-22/+4
|
* Forgot to assign param.Thomas Tanghus2012-02-211-3/+1
|
* Review changes of OC_VCategoryBart Visscher2012-02-201-25/+39
|
* Added OC_VCategories::rescan()Thomas Tanghus2012-02-201-10/+45
|
* Switch from using separate db table to use OC_Preferences.Thomas Tanghus2012-02-191-67/+29
| | | | There is a limitation in that the the configvalue field in the preferences table is a varchar(255).
* Added first draft of OC_VCategories.Thomas Tanghus2012-02-181-0/+198