summaryrefslogtreecommitdiffstats
path: root/lib/vcategories.php
Commit message (Expand)AuthorAgeFilesLines
* Check if categories is an array.Thomas Tanghus2012-09-131-1/+4
* adding space between) and {Thomas Mueller2012-09-071-2/+2
* Space before tab fixesBart Visscher2012-08-291-1/+1
* Whitespace fixes in libBart Visscher2012-08-291-1/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-6/+15
|\
| * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-1/+0
| * Added default parameter $reset to allow for incremental rescan.Thomas Tanghus2012-07-091-2/+4
| * Make Categories a bit quieter.Thomas Tanghus2012-06-271-1/+10
| * Categories: Turned the debugging down a bit.Thomas Tanghus2012-06-111-4/+4
| * fix oc-769Frank Karlitschek2012-06-011-1/+1
* | escape all identifiers with backticksjfd2012-07-311-1/+1
* | Maybe fix out of memory..?Thomas Tanghus2012-06-251-1/+2
* | Categories: Turned the debugging down a bit.Thomas Tanghus2012-06-111-4/+4
* | fix oc-874Frank Karlitschek2012-06-011-1/+1
|/
* VCategories: Made a small check for categories that seems to resolv the probl...Thomas Tanghus2012-05-131-6/+10
* 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
* 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
* Added first draft of OC_VCategories.Thomas Tanghus2012-02-181-0/+198