Commit Graph

49 Commits (fb5d0db0376f8f75fe6745fd1c94d5b325be4f41)

Author SHA1 Message Date
Thomas Tanghus a50f98606d Check DB result. 13 years ago
Thomas Tanghus 8e5b6bf21d VCategories: Make $categories non-static again. 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Thomas Tanghus 8cffbb5f7d Added some more error checking on db queries. 13 years ago
Thomas Tanghus 5a738380f6 Cast object ids to integers. 13 years ago
Thomas Tanghus 2fc495a91a Also delete category/object relations when deleting a category. 13 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 13 years ago
Thomas Tanghus b5817dcc2e Added missing backtick to sql query. 13 years ago
Thomas Tanghus 26618704a9 Fix accidentally creating new categories with the id as name. 13 years ago
Thomas Tanghus ab167c3e2c Filter out special Favorites category. 13 years ago
Thomas Tanghus 394e4e4d5f Removed useless ORDER BY from query. 13 years ago
Thomas Tanghus 1803260285 Renamed OC_VCategories::add() to addMulti() and let the add() method return the id of the newly created category. 13 years ago
Thomas Tanghus afa3f49c93 Make categories var static. 13 years ago
Thomas Tanghus 4827de4a27 White space fix. 13 years ago
Thomas Tanghus 8a777022e4 Formatting 13 years ago
Thomas Tanghus 09e26145b7 Add favorite handling methods to OC_VCategories. 13 years ago
Thomas Tanghus 1f7baeb974 Use consts all places and rename some daft method names. 13 years ago
Thomas Tanghus 6bfb2ca2a8 Added post_deleteUser hook to VCategories. Added methods for adding/removing object/category relations. 13 years ago
Thomas Tanghus b1a6acde30 Added separate table for OC_VCategories and category/object (event/contact etc.) relations. 13 years ago
Thomas Tanghus fdecee1bda Check if categories is an array. 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher db18218a1b Space before tab fixes 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
jfd ede464f058 escape all identifiers with backticks 13 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 13 years ago
Thomas Tanghus 6116dc6b65 Added default parameter $reset to allow for incremental rescan. 13 years ago
Thomas Tanghus a25ae4b4b6 Make Categories a bit quieter. 13 years ago
Thomas Tanghus b1f3364eee Maybe fix out of memory..? 13 years ago
Thomas Tanghus a21fd725d6 Categories: Turned the debugging down a bit. 13 years ago
Thomas Tanghus 1cb1980d62 Categories: Turned the debugging down a bit. 13 years ago
Frank Karlitschek 1b34bda76b fix oc-874 13 years ago
Frank Karlitschek 93295994dc fix oc-769 13 years ago
Thomas Tanghus 3926e2d4f3 VCategories: Made a small check for categories that seems to resolv the problems in Calender. Also reverts the changes from 9e6221b229. 13 years ago
Thomas Tanghus 9e6221b229 VCategories: Suppress error messages stemming from import from file app. 13 years ago
Bart Visscher 69d584331d OC_VCategories: sort categories in natural order using usort 13 years ago
Bart Visscher 815649dbd7 Implement default categories in OC_VCategories 13 years ago
Thomas Tanghus d36d317bb2 Contacts: Modifications for using categories. 13 years ago
Thomas Tanghus 75323b86d1 Contacts: UI updates and ajax methods for categories. 13 years ago
Thomas Tanghus be948a9baa Check for empty value in ctor and being conservative about configvalue name ;-) 13 years ago
Thomas Tanghus 7c7031df44 Forgot to assign param. 13 years ago
Bart Visscher 77ab89a7cb Review changes of OC_VCategory 13 years ago
Thomas Tanghus 430ccef09c Added OC_VCategories::rescan() 13 years ago
Thomas Tanghus 8a1b671fdd Switch from using separate db table to use OC_Preferences. 13 years ago
Thomas Tanghus 0203f55fbf Added first draft of OC_VCategories. 13 years ago