Commit Graph

90850 Commits

Author SHA1 Message Date
Dieter Adriaenssens
befcf65617 highlight SQL keyword
Signed-off-by: Dieter Adriaenssens <ruleant@users.sourceforge.net>
2014-03-25 09:53:22 +01:00
Burak Yavuz
06af4be885 Translated using Weblate (Turkish)
Currently translated at 100.0% (2760 of 2760)
2014-03-25 08:43:14 +01:00
Panagiotis Papazoglou
76b599dc82 Translated using Weblate (Greek)
Currently translated at 100.0% (2760 of 2760)
2014-03-25 02:21:11 +01:00
Matías Bellone
89fd6b7155 Translated using Weblate (Spanish)
Currently translated at 100.0% (2760 of 2760)
2014-03-24 21:40:15 +01:00
Marc Delisle
88d54e5932 Update po files 2014-03-24 13:04:17 -04:00
Marc Delisle
9d4082ad93 ChangeLog entry
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-24 13:03:18 -04:00
Marc Delisle
6a47828210 Signed-off-by: Marc Delisle <marc@infomarc.info>
- localize the size suffix
- improve XHTML
- the label needs an id
- add a todo
2014-03-24 12:59:51 -04:00
Marc Delisle
22befe0509 Fix merge conflict
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-24 12:40:58 -04:00
Michal Čihař
81ed63a201 Temporarily disable sorting test
See pull request #1077

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-24 16:34:50 +01:00
Weblate
7851118e1f Merge remote-tracking branch 'origin/master' 2014-03-24 16:10:36 +01:00
Bohdan
ad4b2b2d16 Translated using Weblate (Ukrainian)
Currently translated at 89.6% (2470 of 2756)
2014-03-24 16:10:33 +01:00
Michal Čihař
1a8e414b3d Merge remote-tracking branch 'origin/QA_4_1' 2014-03-24 16:10:25 +01:00
Michal Čihař
9c56a8d4f1 Merge commit '79fdf8d62f1c1aba31b5603f693ae8f9d8e10dac' 2014-03-24 16:10:19 +01:00
Michal Čihař
ccc195aef1 Merge commit '0850abc8bc9b4fbbf91cf9ef75520163836bbd4f' 2014-03-24 16:10:13 +01:00
Michal Čihař
b3448d1826 changelog entry
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-24 16:09:34 +01:00
Weblate
79fdf8d62f Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1 2014-03-24 16:06:13 +01:00
Bohdan
62f2680945 Translated using Weblate (Ukrainian)
Currently translated at 94.5% (2598 of 2749)
2014-03-24 16:06:10 +01:00
Michal Čihař
0850abc8bc Merge pull request #1094 from smita786/QA_4_1
bug fix #4338:Executing queries in SQL tab broken Bug
2014-03-24 16:06:06 +01:00
Smita Kumari
51d78cbb81 Bug Sqlform:Missing value in the form
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-03-24 19:54:53 +05:30
Michal Čihař
8dd5df2a7f Merge pull request #1077 from ganeshaditya1/multicolumn
Multicolumn sorting feature request(1507)
2014-03-24 15:21:54 +01:00
Michal Čihař
869b17c0f8 Merge pull request #1093 from WhaleWatching/fix_expander_timeout
Bug fix: Redirect while timeout and expander clicked.
2014-03-24 15:20:14 +01:00
Edward Cheng
da3f959bf2 Bug fix: Redirect while timeout and expander clicked.
Signed-off-by: Edward Cheng <c4150221@gmail.com>
2014-03-24 21:42:41 +08:00
Weblate
f1b7735cc7 Merge remote-tracking branch 'origin/master' 2014-03-24 11:59:25 +01:00
Chien Wei Lin
0dd8d8d4ee Translated using Weblate (Traditional Chinese)
Currently translated at 100.0% (2756 of 2756)
2014-03-24 11:59:22 +01:00
Michal Čihař
ce11dff6ef Avoid double checks for direct execution of a script
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-24 11:59:14 +01:00
Chien Wei Lin
297dbd54e9 Translated using Weblate (Traditional Chinese)
Currently translated at 100.0% (2756 of 2756)
2014-03-24 08:21:33 +01:00
Aditya Sastry
a05ab9640b Multicolumn sorting feature request(1507)
This patch completely implements the feature requested and it modifies 4
existing files and adds one extra Javascript file. The existing system for
one column sorting has been refactored to be used for multicolumn sort.

Files messages.php and makegrid.js where modified to add the tool tip.

File sql.php was modified to add the import statement for the newly added JS
file.

The newly added columndelete.js is responsible for shift deleting the columns.
It gets the url of the link that was shift clicked and removes the name of the
column which we want to remove from the order by clause.

Finally, most of the crux of this feature request is implemented through
changes to the DisplayResult.class.php. 4 methods of this class have been
refactored to accomodate the required change. getsortparams() which process
the order by clause text remains the same, just the output parameters have
been turned into a array for each order by clause column. isInSort() has been
modified to check multiple order by clauses. The smart ordering feature in
to form a new function makeURL, which makes the url for multiple sorted table's
header's button's targets.

Signed-off-by: Aditya Sastry <ganeshaditya1@gmail.com>
2014-03-24 02:17:54 +05:30
Marc Delisle
3092e99b87 Merge pull request #1087 from ashutoshdhundhara/bug_datepicker
Bug: Datepicker icon not showing on "Add Event" dialog.
2014-03-23 15:46:18 -04:00
Ashutosh Dhundhara
c8da59c75a Bug: Datepicker icon not showing on "Add Event" dialog.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-03-23 19:01:41 +05:30
Marc Delisle
ac63c94336 Merge branch 'QA_4_1' 2014-03-23 06:56:05 -04:00
Marc Delisle
1e37be98cf Merge commit '704e873' 2014-03-23 06:55:57 -04:00
Marc Delisle
704e87377e Merge pull request #1084 from sampathLiyanage/bugfix4334
bug fix 4334
2014-03-23 06:55:07 -04:00
Marc Delisle
b9d161ac8c Merge commit '67d548f' 2014-03-23 06:54:36 -04:00
Marc Delisle
406e722af4 ChangeLog entry
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-23 06:53:50 -04:00
Sampath Liyanage
67d548fea4 bug fix 4334
Signed-off-by: Sampath Liyanage <plbsam@gmail.com>
2014-03-23 02:06:16 +05:30
Marc Delisle
997e5e0ddf Merge commit '765284c' 2014-03-22 13:01:56 -04:00
Marc Delisle
5e54582355 4.1.12-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-22 13:01:24 -04:00
Marc Delisle
765284c476 4.1.12-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-22 12:59:51 -04:00
Weblate
ad9fcbe9fe Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1 2014-03-22 17:53:39 +01:00
Yungu Kim
82e31a9144 Translated using Weblate (Korean)
Currently translated at 77.3% (2127 of 2749)
2014-03-22 17:53:36 +01:00
Marc Delisle
84ce44e69c Merge branch 'QA_4_1' 2014-03-22 12:51:19 -04:00
Marc Delisle
cd8554766f Merge commit '20d9329' 2014-03-22 12:51:11 -04:00
Marc Delisle
b9039ee3d9 bug #4335 reCaptcha problem (4.1.10 regression)
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-22 12:50:19 -04:00
Weblate
baaac88363 Merge remote-tracking branch 'origin/master' 2014-03-22 16:34:05 +01:00
Yungu Kim
e7acb2a40e Translated using Weblate (Korean)
Currently translated at 72.9% (2010 of 2756)
2014-03-22 16:34:02 +01:00
Madhura Jayaratne
3bea7c584a Add missing space
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-03-22 21:00:51 +05:30
Aditya Sastry
fa88c27ad6 Adds the maximum table size to export option (Feature request 1515)
Added a textbox to the custom export options, in the loop where the
Exporting is done, I added a query which checks the current table's size.
If this size is greater than the limit specified we don't export the current
table.

Signed-off-by: Aditya Sastry <ganeshaditya1@gmail.com>
2014-03-22 20:21:19 +05:30
Weblate
3015016bd5 Merge remote-tracking branch 'origin/master' 2014-03-22 12:00:14 +01:00
Diogo Santos
2283f00e91 Translated using Weblate (Portuguese)
Currently translated at 52.9% (1458 of 2756)
2014-03-22 12:00:11 +01:00
Yungu Kim
7baad886e5 Translated using Weblate (Korean)
Currently translated at 71.7% (1978 of 2756)
2014-03-22 12:00:08 +01:00