Michal Čihař
|
0d3ce5a653
|
Relax some js checking
|
2013-04-15 16:25:49 +02:00 |
|
Michal Čihař
|
a6f93e99ee
|
Use consistent indentation
|
2013-04-15 16:23:43 +02:00 |
|
Michal Čihař
|
c92409704b
|
Move declaration before function usage
|
2013-04-15 16:21:26 +02:00 |
|
Michal Čihař
|
e2571c5628
|
Various javascript spacing fixes
|
2013-04-15 16:20:04 +02:00 |
|
Michal Čihař
|
b044cfc3b2
|
Use own jshint configuration
|
2013-04-15 16:20:04 +02:00 |
|
Michal Čihař
|
505a5a3656
|
Merge remote-tracking branch 'origin/QA_4_0'
|
2013-04-15 15:13:31 +02:00 |
|
Michal Čihař
|
3a024d6e41
|
Merge commit 'f1299ad66571b94063515ce347e2ee5018b3bbc8'
|
2013-04-15 15:13:23 +02:00 |
|
Michal Čihař
|
a1b6f206b2
|
Various spacing and identation fixes
|
2013-04-15 15:13:14 +02:00 |
|
Weblate
|
cc8b95e896
|
Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0
|
2013-04-15 15:09:49 +02:00 |
|
Yungu Kim
|
e16ff8ce97
|
Translated using Weblate (Korean)
Currently translated at 57.0% (1485 of 2605)
|
2013-04-15 15:09:47 +02:00 |
|
Michal Čihař
|
f1299ad665
|
Remove extra ; from code
|
2013-04-15 15:09:32 +02:00 |
|
Weblate
|
b9aa5280b1
|
Merge remote-tracking branch 'origin/master'
|
2013-04-15 14:14:56 +02:00 |
|
Yungu Kim
|
2c3f59c41c
|
Translated using Weblate (Korean)
Currently translated at 57.0% (1485 of 2605)
|
2013-04-15 14:14:52 +02:00 |
|
Michal Čihař
|
c935413fcc
|
Various javascript fixes
- missing ;
- confusing !
|
2013-04-15 14:10:53 +02:00 |
|
Weblate
|
bdb70b833f
|
Merge remote-tracking branch 'origin/master'
|
2013-04-15 13:26:12 +02:00 |
|
Yungu Kim
|
697f589537
|
Translated using Weblate (Korean)
Currently translated at 56.4% (1468 of 2605)
|
2013-04-15 13:26:08 +02:00 |
|
Michal Čihař
|
e6517db98a
|
More javascript cleanup, more fixes of === / !===
|
2013-04-15 13:25:50 +02:00 |
|
Michal Čihař
|
83c2a074a5
|
JS fixes for PMD code
- parseInt with radix
- === and !== for type cast unsafe values
|
2013-04-15 12:19:33 +02:00 |
|
Michal Čihař
|
6aa7eaabef
|
Include pmd files in checking
|
2013-04-15 12:17:41 +02:00 |
|
Michal Čihař
|
cc7bef87d5
|
Some forgotten === conversion
|
2013-04-15 12:14:26 +02:00 |
|
Michal Čihař
|
cc2c8692c3
|
Do not use vars out of scope
|
2013-04-15 12:12:34 +02:00 |
|
Michal Čihař
|
502165de66
|
Explicitly define radix for parseInt
This prevents unexpected behavior when parsing string like 033, which
would be treated as octal.
|
2013-04-15 12:05:44 +02:00 |
|
Michal Čihař
|
020a3e1ce4
|
Use type cast safe comparison
The values like true, '' or 0 could compare to lot of other stuff with
type casting.
|
2013-04-15 12:03:11 +02:00 |
|
Michal Čihař
|
4f31f7fa1e
|
Fix coding style
|
2013-04-15 11:47:24 +02:00 |
|
Michal Čihař
|
5de58e2049
|
Use type cast safe comparison
The values like true, '' or 0 could compare to lot of other stuff with
type casting.
|
2013-04-15 11:46:05 +02:00 |
|
Michal Čihař
|
efb7a2ae58
|
Define variable just once
|
2013-04-15 11:42:46 +02:00 |
|
Michal Čihař
|
e07a890905
|
Explicitly set radix for parseInt
|
2013-04-15 11:42:05 +02:00 |
|
Michal Čihař
|
a7b1e909fd
|
Merge pull request #241 from ayushchd/issue_https
Fixed config tests and static variable issue
|
2013-04-15 02:38:57 -07:00 |
|
Michal Čihař
|
7b167c6fe5
|
Merge pull request #245 from adamgsoc2013/UT_string
add test case for Table Class
|
2013-04-15 02:29:30 -07:00 |
|
Michal Čihař
|
9c5c9ecc49
|
Ignore some more thing from coverage reports
- coding style rules
- user examples
- admin scripts
|
2013-04-15 10:56:54 +02:00 |
|
Madhura Jayaratne
|
298f4df3b2
|
Merge branch 'QA_4_0'
|
2013-04-15 13:07:48 +05:30 |
|
Madhura Jayaratne
|
f2c0c17c5f
|
Merge pull request #253 from kasunchathuranga/Bug3875
Fix bug 3875 Lost location hash and token on table add field
|
2013-04-15 00:30:46 -07:00 |
|
Kasun Chathuranga
|
c4cb007570
|
Fix bug 3875 Lost location hash and token on table add field
|
2013-04-15 08:26:32 +05:30 |
|
Marc Delisle
|
ee09f98f73
|
Forgotten in refactoring
|
2013-04-14 19:21:35 -04:00 |
|
Madhura Jayaratne
|
b09b612579
|
Merge branch 'QA_4_0'
|
2013-04-14 23:39:48 +05:30 |
|
Madhura Jayaratne
|
2ce7be7798
|
HTTPS will not see OpenStreetMaps due to CSP. So do not show the checkbox also
|
2013-04-14 23:38:30 +05:30 |
|
Madhura Jayaratne
|
818167ad03
|
Merge pull request #247 from madhuracj/CSP
Allow loading map tiles when HTTPS is not used
|
2013-04-14 11:04:22 -07:00 |
|
Marc Delisle
|
32cd9478d0
|
Merge branch 'QA_4_0'
|
2013-04-14 13:03:34 -04:00 |
|
Marc Delisle
|
0dbc20d735
|
Fix merge conflict
|
2013-04-14 13:01:55 -04:00 |
|
Weblate
|
70a9ad2a42
|
Merge remote-tracking branch 'origin/master'
|
2013-04-14 15:58:08 +02:00 |
|
zz zz
|
1bde3891c9
|
Translated using Weblate (Simplified Chinese)
Currently translated at 99.7% (2598 of 2605)
|
2013-04-14 15:58:05 +02:00 |
|
Julio Guerra
|
d295ff1aaa
|
Translated using Weblate (Galician)
Currently translated at 99.3% (2588 of 2605)
|
2013-04-14 15:58:00 +02:00 |
|
J.M
|
c149391909
|
Merge remote-tracking branch 'origin/QA_4_0' into master
|
2013-04-14 15:57:20 +02:00 |
|
J.M
|
1e1354faca
|
Fix spacing in table operations, Alter table order box
|
2013-04-14 15:46:35 +02:00 |
|
Weblate
|
bed36d8711
|
Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0
|
2013-04-14 15:41:49 +02:00 |
|
zz zz
|
d392c6ff26
|
Translated using Weblate (Simplified Chinese)
Currently translated at 99.7% (2598 of 2605)
|
2013-04-14 15:41:47 +02:00 |
|
J.M
|
f1513b2678
|
Fix bug #3873 Can't copy table to target database if table exists there
|
2013-04-14 15:40:29 +02:00 |
|
Weblate
|
a352413772
|
Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0
|
2013-04-14 14:46:38 +02:00 |
|
Julio Guerra
|
534fd02231
|
Translated using Weblate (Galician)
Currently translated at 99.3% (2588 of 2605)
|
2013-04-14 14:46:36 +02:00 |
|
J.M
|
050d6d31aa
|
Fix bug #3874 [export] No preselected option when exporting table
|
2013-04-14 14:46:00 +02:00 |
|