Commit Graph

39535 Commits

Author SHA1 Message Date
Aris Feryanto
3ba2aa4463 Fix: remove system's drag and drop when dragging table header link 2011-06-10 08:47:47 +07:00
Aris Feryanto
53d7bfa2b1 Change 'Restore table' button to 'Restore column order' 2011-06-10 08:05:37 +07:00
Aris Feryanto
0b933d2614 Fix more bug: Reordering not work correctly if table structure changed 2011-06-09 14:43:34 +07:00
Aris Feryanto
803b4639bd Fix bug: Remember sorting and Column reordering not work correctly if table structure changed 2011-06-09 13:04:41 +07:00
Aris Feryanto
d0e41349ee Add disabled state for 'Restore table' button 2011-06-08 13:58:12 +07:00
Aris Feryanto
e9c055c5bc Column reordering: remember the last column order 2011-06-07 18:22:22 +07:00
Aris Feryanto
5ed509bd89 Fix column resize bug: wrong resize when RepeatCells work 2011-06-07 12:51:22 +07:00
Aris Feryanto
3e3234b156 Fix bug: Header not displayed correctly when RowActionLinks = Nowhere, RepeatCells = some value that enough to display repeated header 2011-06-07 12:37:23 +07:00
Aris Feryanto
d64685c25a Add column reordering compatibility with RepeatCells configuration 2011-06-07 12:32:24 +07:00
Aris Feryanto
e16b77c0a5 Add different column pointer for vertical display 2011-06-06 16:03:08 +07:00
Aris Feryanto
b0717ff8d5 Inline edit: fix compatibility with custom 'action column' (RowActionLinks) position 2011-06-06 14:54:07 +07:00
Aris Feryanto
86d787267d Fix column resizing and reordering compatibility with custom actions column position 2011-06-06 14:51:22 +07:00
Aris Feryanto
e1d0b67af6 Fix merge conflict caused by new syntax highlighter 2011-06-03 09:59:35 +07:00
Aris Feryanto
13bcc44628 Fix bug in firefox 4 / ubuntu 11.04, column resize buggy for the second click on the same column 2011-06-03 09:47:25 +07:00
Marc Delisle
d6b26b2d8f 3.4.3-dev 2011-06-02 12:21:24 -04:00
Marc Delisle
19c384aa79 Merge branch 'QA_3_4' 2011-06-02 12:19:37 -04:00
Marc Delisle
8feecf6647 3.4.3-dev 2011-06-02 12:16:51 -04:00
Marc Delisle
e67a4b7e14 Refresh .po files 2011-06-02 11:26:29 -04:00
Marc Delisle
da46a09c24 rfe #3310562 Wording about Column 2011-06-02 11:25:12 -04:00
Michal Čihař
ccc65dd6ba Drop padding as it is not used at all because sub elements are floating 2011-06-02 17:06:26 +02:00
Michal Čihař
f7cb8e8cca Drop "bottom" line which is rendered on top 2011-06-02 17:05:50 +02:00
Michal Čihař
8f021279ff Remove margin from caption, it just misalignes it with table 2011-06-02 17:04:48 +02:00
Michal Čihař
7dccf6d944 Revert "Remove div which seems to be leftover from slider removal"
This reverts commit 095e0818b8.

It seems to be useful after recent fix for the broken CSS.
2011-06-02 17:03:14 +02:00
Michal Čihař
42e1fc1533 Fix detection whether there is SQL editor to handle 2011-06-02 17:01:17 +02:00
Marc Delisle
ee481df7c8 Merge branch 'QA_3_4' 2011-06-02 10:44:57 -04:00
Marc Delisle
98d113270e bug #3306981 [interface] pmahomme and table statistics 2011-06-02 10:44:45 -04:00
Michal Čihař
745877a6a0 Fix clearing the query box for non table based SQL 2011-06-02 16:20:37 +02:00
Michal Čihař
961f170b51 Whitespace cleanup 2011-06-02 16:09:21 +02:00
Michal Čihař
53431974b1 Remove obsolete comment 2011-06-02 16:08:25 +02:00
Michal Čihař
469624c23d Add missing overflow 2011-06-02 15:48:46 +02:00
Piotr Przybylski
12f1bb773e Restore 'DEFAULT CHARACTER SET utf8 COLLATE utf8_bin' for configuration storage tables 2011-06-02 15:37:34 +02:00
Michal Čihař
095e0818b8 Remove div which seems to be leftover from slider removal 2011-06-02 15:17:27 +02:00
Michal Čihař
3cb40926c0 Remove other not needed files 2011-06-02 15:07:57 +02:00
Michal Čihař
796b81ac99 Make field insert buttons work with CodeMirror 2011-06-02 15:01:19 +02:00
Michal Čihař
e1748cdda9 Make SQL buttons work with CodeMirror 2011-06-02 14:59:08 +02:00
Michal Čihař
05f5ee8efe Consistent handling of all SQL butttons 2011-06-02 14:55:11 +02:00
Michal Čihař
e1c3a524bb Docs 2011-06-02 14:54:23 +02:00
Michal Čihař
d203bebe2a Make CodeMirror honor theme highlight colors 2011-06-02 14:50:43 +02:00
Michal Čihař
3eb0f4cccb Make CodeMirror honor TextareaRows 2011-06-02 14:46:16 +02:00
Michal Čihař
1a20d4e3a3 Update CodeMirror2 to latest git for configurable scrolling 2011-06-02 14:46:06 +02:00
Michal Čihař
4be1821a8f Remove not needed CodeMirror files 2011-06-02 14:42:59 +02:00
Michal Čihař
896f8debec Handle missing attributes 2011-06-02 14:40:48 +02:00
Michal Čihař
a6b4e3a4b9 Use MySQL mode instead of plsql 2011-06-02 14:37:31 +02:00
Michal Čihař
4c84ece64d Initial implementation of MySQL mode in CodeMirror, based on our list of keywords 2011-06-02 14:37:10 +02:00
Michal Čihař
28f97eb3c1 Hook CodeMirror to SQL editor 2011-06-02 14:24:16 +02:00
Michal Čihař
0968f5bb60 Initial import of complete codemirror 2011-06-02 13:40:19 +02:00
Michal Čihař
2da400447c Update Czech translation 2011-06-02 11:52:51 +02:00
Michal Čihař
834cefc2fd Update po files 2011-06-02 11:51:08 +02:00
Michal Čihař
78b6f3d6ba Mark directories as such in .gitignore 2011-06-02 11:44:16 +02:00
Michal Čihař
d5f18d4e7f Merge branch 'integration'
Conflicts:
	libraries/config/setup.forms.php
	libraries/config/user_preferences.forms.php
2011-06-02 11:41:31 +02:00