Commit Graph

47838 Commits

Author SHA1 Message Date
Madhura Jayaratne
1e8914fe50 Avoid code duplication 2011-07-21 20:19:24 +05:30
Madhura Jayaratne
338756306b Better variable naming 2011-07-21 19:35:03 +05:30
Madhura Jayaratne
dc9312cae3 Return assigned to wrong variable 2011-07-21 18:35:53 +05:30
Madhura Jayaratne
ffa28f0f7c Avoid variables with short names 2011-07-21 18:33:45 +05:30
Madhura Jayaratne
24b28f1017 Unused variable 2011-07-21 18:29:51 +05:30
Michal Čihař
dd641ef164 Wrap some long lines 2011-07-21 14:49:25 +02:00
Michal Čihař
85e680c396 Remove function names used as first word in docblock 2011-07-21 14:45:52 +02:00
Michal Čihař
0d2c073065 Add parameter types 2011-07-21 14:43:54 +02:00
Michal Čihař
8aa62d4931 Minor fix in coding style 2011-07-21 14:41:52 +02:00
Michal Čihař
4c16ac5d06 Missing references in doc block 2011-07-21 14:41:37 +02:00
Michal Čihař
625a35bd87 Wrap some long lines 2011-07-21 14:40:46 +02:00
Michal Čihař
7986ea8f35 Free result once we do not need it 2011-07-21 14:36:01 +02:00
Michal Čihař
dafefcd275 More replacement of double quotes 2011-07-21 14:35:43 +02:00
Michal Čihař
008b96aaec Coding style
Wrap ling lines, add missing {} around for and if.
2011-07-21 14:31:50 +02:00
Michal Čihař
5330cabd37 Remove rest of custom color support
This seems to be stray code for it. Also adjusted documentation to
represent real return value.
2011-07-21 14:28:22 +02:00
Michal Čihař
c03c7bbc69 Better formatting for code 2011-07-21 14:25:31 +02:00
Michal Čihař
7f629c66ff Remove method used only in single place as a function 2011-07-21 14:22:01 +02:00
Michal Čihař
b349356a83 Avoid storing table data when we don't need it 2011-07-21 14:20:11 +02:00
Michal Čihař
79af2a9374 Minimize need for escaping by using single quotes 2011-07-21 14:19:07 +02:00
Michal Čihař
73bb9302b6 Minimize need for escaping by using single quotes 2011-07-21 14:17:51 +02:00
Michal Čihař
beb73226c4 Minor fixes in coding style 2011-07-21 14:15:35 +02:00
Michal Čihař
a8d8e0c89a Add file description 2011-07-21 14:13:24 +02:00
Michal Čihař
abc7e01cf0 Minor fixes in coding style 2011-07-21 14:12:48 +02:00
Michal Čihař
7dad0213b1 This should not be needed since a7b9f38 2011-07-21 14:06:31 +02:00
Michal Čihař
5d24b4bd61 Update po files 2011-07-21 14:01:04 +02:00
Michal Čihař
b2653bf6d0 Fix docblock spacing and add parameter names 2011-07-21 13:53:39 +02:00
Michal Čihař
3c679d0dcb Fix indentation 2011-07-21 13:52:32 +02:00
Michal Čihař
ac0ebe3053 Fix docblock spacing and add variable names 2011-07-21 13:51:59 +02:00
Michal Čihař
9fcb84f4fb Proper placing of documentation 2011-07-21 13:50:14 +02:00
Tyron Madlener
a7b9f38c61 Fixes wrong z-index of timepicker 2011-07-21 13:47:00 +02:00
Michal Čihař
9fb8bf6ce6 Fix indentation 2011-07-21 13:41:55 +02:00
Michal Čihař
04b9b79c1c Fix coding style 2011-07-21 13:40:05 +02:00
Michal Čihař
64dd497a6f Fix indentation 2011-07-21 13:39:32 +02:00
Michal Čihař
56a3f0c874 Fix function docblock 2011-07-21 13:39:04 +02:00
Michal Čihař
ab1e5a3755 Fix function docblock 2011-07-21 13:38:14 +02:00
Michal Čihař
d1c5d981e5 Add file level docblock 2011-07-21 13:37:07 +02:00
Michal Čihař
e55d178a42 This @todo does not make sense 2011-07-21 13:32:11 +02:00
Michal Čihař
b790300deb Whitespace cleanup 2011-07-21 13:31:53 +02:00
Michal Čihař
42cd233d69 Move custom CSS out of jquery generated files 2011-07-21 13:26:01 +02:00
Michal Čihař
a7716192c3 Whitespace cleanup 2011-07-21 13:25:46 +02:00
Michal Čihař
07487b01b4 Coding style 2011-07-21 13:21:39 +02:00
Michal Čihař
a7b1a56b28 Fix indentation 2011-07-21 13:09:30 +02:00
Michal Čihař
f1c526f17a Whitespace cleanup 2011-07-21 13:01:32 +02:00
Michal Čihař
b2173a8e4e Localize error message 2011-07-21 13:01:23 +02:00
Michal Čihař
c8c68cc588 Need to set db parameter when we're checking for it 2011-07-21 12:57:28 +02:00
Michal Čihař
95465b8489 We care only about PHP 5 2011-07-21 12:03:54 +02:00
Michal Čihař
8ccc854095 Localize some more error messages. 2011-07-21 12:03:37 +02:00
Michal Čihař
0a782293e6 Proper internationalised messages 2011-07-21 11:59:47 +02:00
Michal Čihař
7a3c021e85 Add param types 2011-07-21 11:58:13 +02:00
Michal Čihař
38e5f642e4 Lowercase to not trigger todo item in jenkins 2011-07-21 11:58:07 +02:00