Commit Graph

79177 Commits

Author SHA1 Message Date
Michal Čihař
6783226bbf Remove not used variables 2012-09-24 14:20:55 +02:00
Michal Čihař
2e902574ac Add verbose mode to yui compressor 2012-09-24 14:20:55 +02:00
Marc Delisle
e46884a15a Fix merge conflicts 2012-09-24 07:19:11 -04:00
Marc Delisle
25e8815f36 Merge branch 'QA_3_5' 2012-09-24 07:18:33 -04:00
Marc Delisle
2caf953171 3.5.4-dev 2012-09-24 07:17:20 -04:00
Marc Delisle
f411272936 Merge branch 'MAINT_3_5_3' into QA_3_5 2012-09-24 07:15:45 -04:00
Marc Delisle
def0d618d7 3.5.3-rc1 2012-09-24 07:13:44 -04:00
Michal Čihař
d67b3ee301 Use double quotes here 2012-09-24 12:27:15 +02:00
Michal Čihař
aa2477817d Fix typo 2012-09-24 12:26:47 +02:00
Michal Čihař
21f3acf3af Wrap long lines, replace inline html 2012-09-24 09:38:44 +02:00
Michal Čihař
2d9dc11b69 Wrap long lines, replace inline html 2012-09-24 09:31:52 +02:00
Michal Čihař
386de55ca6 Wrap some long lines 2012-09-24 09:29:16 +02:00
Michal Čihař
329adc5c3b Update po files 2012-09-24 09:25:53 +02:00
Michal Čihař
fe0d229b19 Wrap some long lines, fix indentation 2012-09-24 09:23:52 +02:00
Michal Čihař
c13b4b3769 Replace inline html with echo statements 2012-09-24 09:23:13 +02:00
Michal Čihař
5e63318bce Replace inline html with echo statements 2012-09-24 09:19:59 +02:00
Michal Čihař
c0cebb9967 Replace inline html with echo statements 2012-09-24 09:13:57 +02:00
Michal Čihař
c0294a445a Replace inline html with echo statements 2012-09-24 09:09:53 +02:00
Michal Čihař
69a4badff6 Wrap some long lines 2012-09-24 08:59:25 +02:00
Michal Čihař
ab8e015b8c Wrap some long lines 2012-09-24 08:52:48 +02:00
Michal Čihař
9e94b6fe08 Limit nesting level 2012-09-24 08:47:35 +02:00
Michal Čihař
be74e6a48c Limit nesting level 2012-09-24 08:46:00 +02:00
Michal Čihař
963331afb7 Use continue inside loop instead of too much nesting levels 2012-09-24 08:43:42 +02:00
Michal Čihař
961c61e74d We can directly return when there is nothing to process 2012-09-24 08:42:39 +02:00
Michal Čihař
0e9d09f6fa Join to ifs to limit nesting 2012-09-24 08:41:22 +02:00
Michal Čihař
bc950ab593 Wrap some long lines 2012-09-24 08:39:00 +02:00
Michal Čihař
5f98a481b1 docblocks improvements 2012-09-24 08:36:10 +02:00
Marc Delisle
feb7732133 Make transformations work using the new plugins system, when grid editing 2012-09-23 17:56:05 -04:00
Marc Delisle
b2ffb574a6 Incorrect function signature 2012-09-23 07:20:04 -04:00
Marc Delisle
7a32ea9def Possibility of undefined variable here 2012-09-23 07:16:30 -04:00
Marc Delisle
7f38ab21d3 Refactoring lost during merge 2012-09-23 07:12:38 -04:00
Madhura Jayaratne
7fa908e455 Merge branch 'QA_3_5'
Conflicts:
	js/functions.js
2012-09-23 08:41:29 +05:30
Madhura Jayaratne
ca189ad90d bug #3570786 [edit] Datepicker for date and datetime fields is broken 2012-09-23 08:36:51 +05:30
Madhura Jayaratne
aefb544591 When the user does not specify a function, chose 'pow' for negative exponents 2012-09-23 07:54:14 +05:30
Madhura Jayaratne
6142c5a6f8 Reverting c9cc5acc0. Depending on the available function this might return false or 0.25. 2012-09-23 00:30:44 +05:30
Madhura Jayaratne
c088d966b4 gmp_pow and bcpow does not support negative exponents 2012-09-23 00:27:51 +05:30
Madhura Jayaratne
896d225f32 Space between if and opening parenthesis 2012-09-22 23:56:26 +05:30
Madhura Jayaratne
d1b1ad830a Inline control structures are discouraged 2012-09-22 23:54:46 +05:30
Madhura Jayaratne
150a47f4b7 Use underscore prefix for private methods and instance variables 2012-09-22 23:50:41 +05:30
Madhura Jayaratne
eae6e216b9 Wrap some long lines 2012-09-22 23:31:16 +05:30
Madhura Jayaratne
9af10c38b8 Prefix private variable with underscore 2012-09-22 23:29:17 +05:30
Madhura Jayaratne
76c67cf409 Specify return type 2012-09-22 23:22:56 +05:30
Madhura Jayaratne
f84c08ff6e Proper camel case names for functions 2012-09-22 23:20:16 +05:30
Madhura Jayaratne
c9cc5acc0e No need to use underscore prefix for public functions 2012-09-22 23:17:58 +05:30
Madhura Jayaratne
8382a70cc1 Various coding style improvements 2012-09-22 23:14:38 +05:30
Madhura Jayaratne
547a033748 There should be 1 space after the longest variable name 2012-09-22 23:09:53 +05:30
Madhura Jayaratne
949c458427 Add missing return types 2012-09-22 23:03:50 +05:30
Madhura Jayaratne
810b07d179 Various coding style fixes 2012-09-22 23:02:10 +05:30
Madhura Jayaratne
ee1d0c9f53 Fix doc blocks 2012-09-22 22:47:25 +05:30
Madhura Jayaratne
9edd649aa2 Fix spacing between parameters 2012-09-22 22:36:23 +05:30