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
Use usort to sort, so that the json encoding is an array.
|
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.
There is a limitation in that the the configvalue field in the preferences table is a varchar(255).
|
13 years ago |
Thomas Tanghus
|
0203f55fbf
|
Added first draft of OC_VCategories.
|
13 years ago |