Michal Čihař
|
62c149e38d
|
Revert part of eb5e03880e .
XLSX writer does not have setTempDir method.
|
2010-04-09 15:26:37 +02:00 |
|
Michal Čihař
|
7337fe5a0c
|
Factor out code for getting language name.
|
2010-04-09 15:14:54 +02:00 |
|
Michal Čihař
|
f5a11a3f64
|
Bind event externally.
|
2010-04-09 15:08:05 +02:00 |
|
Michal Čihař
|
f9ccd69538
|
Remove no longer needed language file names.
|
2010-04-09 13:57:36 +02:00 |
|
Michal Čihař
|
a86d3fee48
|
Add Urdu description.
|
2010-04-09 13:44:28 +02:00 |
|
Michal Čihař
|
daff4417d8
|
Add Tamil description.
|
2010-04-09 13:32:58 +02:00 |
|
Michal Čihař
|
24f286472e
|
Rather use SQL for the buttons.
This is easier to understand what they actually do.
|
2010-04-09 11:57:09 +02:00 |
|
Michal Čihař
|
89014777e1
|
Convert to PHP code and use pgettext to provide context.
We already use Insert/Update/Delete in other places and this one might
have to be translated differently.
|
2010-04-09 11:51:48 +02:00 |
|
Michal Čihař
|
d2873126e1
|
patch #2984058 [edit] Buttons for quicky creating common SQL queries.
Thanks to sutharshan, but the patch was heavily modified.
|
2010-04-09 11:44:04 +02:00 |
|
Marc Delisle
|
1fc253e19e
|
Merge branch 'QA_3_3'
|
2010-04-08 10:32:51 -04:00 |
|
Ankit Gupta
|
b3c041bb99
|
patch #2983492 When asking to synchronize Structure and Data, only Structure is done
|
2010-04-08 10:32:13 -04:00 |
|
s.troxler
|
2d8b20a28c
|
Fix slider on table properties page.
patch #2983090, bug #2983050
|
2010-04-07 13:03:48 +02:00 |
|
Michal Čihař
|
96674738f7
|
Revert "removed some XHTML problems (slider effect)"
This reverts commit 777a5f7844 .
The div needs to be open because each usage of
PMA_generate_slider_effect includes end of div.
|
2010-04-07 13:01:52 +02:00 |
|
Michal Čihař
|
535cd23d4b
|
Add PAGE_CHECKSUM keyword and adjust keywords count.
|
2010-04-07 10:11:14 +02:00 |
|
Michal Čihař
|
08cda2f076
|
Merge branch 'QA_3_3'
Conflicts:
Documentation.html
README
libraries/Config.class.php
translators.html
|
2010-04-07 09:24:12 +02:00 |
|
Michal Čihař
|
0fc25ac293
|
Fix error handling for language from cookie.
|
2010-04-07 09:21:04 +02:00 |
|
Marc Delisle
|
210b7631da
|
3.3.3-dev
|
2010-04-06 13:00:48 -04:00 |
|
Brian Douglass
|
6e68e2d149
|
Patch #2981165 Optionally disable the Type column
|
2010-04-05 10:06:36 -04:00 |
|
Marc Delisle
|
3ca82375d5
|
continue removing author names in code
|
2010-04-05 09:16:36 -04:00 |
|
Marc Delisle
|
6b5f3b9962
|
finish conversion of Replication feature from Mootools to jQuery
|
2010-04-05 09:09:35 -04:00 |
|
Marc Delisle
|
5c26356379
|
start porting Replication to jQuery
|
2010-04-02 18:57:28 -04:00 |
|
Michal Čihař
|
c80d629268
|
The link does clearing not reseting.
|
2010-04-02 13:40:32 +02:00 |
|
Michal Čihař
|
0805f5701e
|
Do all javascript updating after loading document.
|
2010-04-02 13:00:45 +02:00 |
|
Michal Čihař
|
a164ce48e5
|
Fix error handling for language from cookie.
|
2010-04-02 11:52:25 +02:00 |
|
Michal Čihař
|
5ac73aff21
|
This option does nothing.
|
2010-04-02 10:01:49 +02:00 |
|
Michal Čihař
|
2691e959c1
|
Prevent direct execution of some files.
|
2010-04-02 09:03:46 +02:00 |
|
Marc Delisle
|
7d106d4aa3
|
missing jQuery on login page (needed by update-location.js
|
2010-04-01 16:30:59 -04:00 |
|
Marc Delisle
|
46eb3e4721
|
inline edit: help seeing the buttons without scrolling; XHTML compliancy
|
2010-04-01 10:30:26 -04:00 |
|
Marc Delisle
|
cd7757a858
|
improved wording
|
2010-04-01 09:26:21 -04:00 |
|
Michal Čihař
|
12482d58eb
|
Separate logic for loading messages to javascript.
This way they can be cached in browser and not loaded on each request.
|
2010-04-01 15:02:23 +02:00 |
|
Michal Čihař
|
58559fad07
|
Translate messages.
|
2010-04-01 14:29:35 +02:00 |
|
Michal Čihař
|
9409d0295a
|
Make the strings translatable.
|
2010-04-01 14:25:08 +02:00 |
|
Muhammd Adnan
|
86ca31197b
|
patch #2979922, rfe #2804874 [interface] Add inline query editing, thanks to Muhammd Adnan.
|
2010-04-01 14:21:56 +02:00 |
|
Michal Čihař
|
5ecbd6941d
|
Better name for javascript file.
|
2010-04-01 11:24:38 +02:00 |
|
Michal Čihař
|
add9bc3a38
|
Fix pgettext when there is no translation.
|
2010-04-01 09:54:39 +02:00 |
|
Michal Čihař
|
251403e617
|
Merge branch 'QA_3_3'
|
2010-03-31 14:32:37 +02:00 |
|
Björn Wiberg
|
eb5e03880e
|
bug #2973280 [export] Proper handling of temporary directory in XLS export.
|
2010-03-31 14:32:16 +02:00 |
|
Michal Čihař
|
07eca26675
|
Merge branch 'QA_3_3'
|
2010-03-31 14:26:08 +02:00 |
|
Nate
|
1e984375b6
|
patch #2979234, bug #2960105 [import] Properly import unicode text from ODS.
|
2010-03-31 14:25:50 +02:00 |
|
Nate
|
428ed49d17
|
patch #2979234 [import] Create tables with current charset and collation.
|
2010-03-31 14:25:41 +02:00 |
|
Michal Čihař
|
7b754395e9
|
Provide way for vendors to easily change paths to config files.
|
2010-03-31 12:29:21 +02:00 |
|
Michal Čihař
|
0ff972a963
|
More explaining comment to translators.
|
2010-03-30 23:19:18 +02:00 |
|
Marc Delisle
|
91ab521480
|
Merge branch 'QA_3_3'
|
2010-03-30 12:56:17 -04:00 |
|
Victor Volkov
|
bb0ad40413
|
Patch #2977725 XML export wrongly encoded
|
2010-03-30 12:56:06 -04:00 |
|
Michal Čihař
|
8bec1a3bd5
|
HeadURL makes no sense in Git.
|
2010-03-30 15:01:15 +02:00 |
|
Michal Čihař
|
15bf3c12db
|
Move setup script messages away to avoid their loading all the time.
|
2010-03-30 14:54:24 +02:00 |
|
Michal Čihař
|
4dd524eaf1
|
Use ngettext for number of inserted rows.
|
2010-03-30 14:51:09 +02:00 |
|
Michal Čihař
|
dea1cd19f0
|
Avoid duplicating the text.
|
2010-03-30 14:47:36 +02:00 |
|
Michal Čihař
|
8e0197ebd8
|
Fix typo.
|
2010-03-30 14:44:09 +02:00 |
|
Michal Čihař
|
44d5cb8548
|
Use ngettext for number of deleted rows.
|
2010-03-30 14:41:46 +02:00 |
|