Commit Graph

79194 Commits

Author SHA1 Message Date
Michal Čihař
f53757c985 Merge pull request #93 from garas/PMA_fixes
Missing variable
2012-09-25 11:36:12 -07:00
Michal Čihař
b6a7833c23 Merge pull request #92 from garas/620c6e6db7989e7f23cde1350e2dfeb8014e357f
Setup script marks all settings as not overridable
2012-09-25 11:35:19 -07:00
Edgaras Janušauskas
1fbe74ef9b Advisor support for Windows endlines 2012-09-25 21:18:36 +03:00
Edgaras Janušauskas
403bbcd066 Missing variable 2012-09-25 19:33:54 +03:00
Edgaras
620c6e6db7 Fix typo 2012-09-25 17:40:40 +03:00
Marc Delisle
43fb11a842 Merge branch 'QA_3_5' 2012-09-25 04:11:48 -04:00
Marc Delisle
d2d77de352 Merge branch 'MAINT_3_5_3' into QA_3_5 2012-09-25 04:11:08 -04:00
Marc Delisle
1868a29868 Fix problem with js compressor, thanks to Atul and Michal 2012-09-25 04:09:29 -04:00
Madhura Jayaratne
569c5474cb Fix typo 2012-09-25 06:36:22 +05:30
Michal Čihař
050800d3c9 Fix typo 2012-09-24 20:12:18 +02:00
Madhura Jayaratne
48354457a8 Merge branch 'QA_3_5' 2012-09-24 22:02:18 +05:30
Madhura Jayaratne
50abc1cbb3 bug #3569577 [edit] Add routine parameter headers not valid for "function" 2012-09-24 21:56:17 +05:30
Madhura Jayaratne
3fe7816596 bug #3570212 [edit] uuid_short() is a no-arguments function 2012-09-24 21:39:39 +05:30
Michal Čihař
05e21a0762 Fix typo 2012-09-24 17:21:14 +02:00
Michal Čihař
74ab4addba Properly escape quotes 2012-09-24 16:12:35 +02:00
Michal Čihař
f093153c01 Add missing ; 2012-09-24 14:21:54 +02:00
Michal Čihař
e64d4c09fb Drop not used function 2012-09-24 14:20:55 +02:00
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