Commit Graph

164 Commits

Author SHA1 Message Date
Crack
5603e1a683 Setup script: migrate MooTools code to jQuery 2010-04-09 11:11:39 +02:00
Marc Delisle
8a1e599725 Mootools call for BLOB streaming converted to jQuery 2010-04-07 17:01:10 -04:00
Marc Delisle
11688d3bc5 dead code 2010-04-07 16:25:59 -04:00
Michal Čihař
00774b1405 Whitespace cleanup. 2010-04-06 09:33:07 +02:00
Philip Frank
18b435fed8 Use jQuery to bind click events on table rows
Patch #2982132
2010-04-06 09:32:57 +02:00
Marc Delisle
06bcb3ecfd author names removal 2010-04-05 17:00:42 -04:00
Marc Delisle
6b5f3b9962 finish conversion of Replication feature from Mootools to jQuery 2010-04-05 09:09:35 -04:00
Marc Delisle
40f0926df3 Must not load the full common.inc.php in a PHP script that only generates js 2010-04-03 07:45:54 -04:00
Marc Delisle
5c26356379 start porting Replication to jQuery 2010-04-02 18:57:28 -04:00
Marc Delisle
f32e8001e2 leaner jQuery way 2010-04-02 18:02:08 -04:00
Marc Delisle
7813d53ef6 remove Mootools for Synchronize 2010-04-02 07:43:00 -04:00
Michal Čihař
c27663917f Do not try to play with parent if there is none. 2010-04-02 13:34:27 +02:00
Michal Čihař
e049a44f59 Move input event binding to separate js file. 2010-04-02 13:33:12 +02:00
Michal Čihař
829a7d8146 Bind clear event in javascript. 2010-04-02 13:30:01 +02:00
Michal Čihař
4b79515d00 Separate function for clearing input. 2010-04-02 13:16:20 +02:00
Michal Čihař
6f602b6777 Move unhiding code to js file. 2010-04-02 13:16:18 +02:00
Michal Čihař
c9465ae77c Remove not used code paths. 2010-04-02 08:51:23 +02:00
Michal Čihař
d31133e609 Whitespace cleanup. 2010-04-02 08:50:51 +02:00
Michal Čihař
b86f3c01f2 Merge single function for replication into other js.
Separate js file with single function will only worse loading times.
2010-04-02 08:42:16 +02:00
Marc Delisle
b9364ac357 reverting as CSS in themes already deals with this issue 2010-04-01 10:56:47 -04:00
Marc Delisle
46eb3e4721 inline edit: help seeing the buttons without scrolling; XHTML compliancy 2010-04-01 10:30:26 -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ř
c3df5d3044 Proper documentation block. 2010-04-01 14:26:41 +02:00
Michal Čihař
cd4ffd1e81 Whitespace cleanup. 2010-04-01 14:26:21 +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ř
e20e693316 Update generating of bookmarkable url to jQuery. 2010-03-30 13:45:18 +02:00
Marc Delisle
6ff307b546 remove inline js from main.php 2010-03-27 15:01:13 -04:00
Marc Delisle
b994ec6934 forgot to add this 2010-03-25 17:03:18 -04:00
Marc Delisle
783892518c Replace MooRainbow with a jQuery color picker 2010-03-25 13:27:58 -04:00
Marc Delisle
58ebfd4591 jquery in subdirectory of js; trying jquery-ui toggle effect 2010-03-23 17:08:47 -04:00
Marc Delisle
f8fa3b4ede jQuery and slider effect 2010-03-21 07:36:39 -04:00
Marc Delisle
819324ede6 remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software 2010-03-06 18:04:17 +00:00
Herman van Rink
30b63d142e Prevent js error in some cases after session expiration 2010-02-03 14:26:37 +00:00
Michal Čihař
812e9f16a7 Do not set hash if we're not updating frameset. 2010-01-25 12:29:17 +00:00
Michal Čihař
ecc4913a8c Reenable bookmarking code.
Just disable it for webkit based browsers, because they do not allow to
update any part of location without reload.

bug#2937481
2010-01-25 11:50:48 +00:00
Michal Čihař
78b00824eb [core] Updated mootools to fix some glitches with Safari.
Mootools are now in separate files as distributed upstream.
2010-01-04 15:35:23 +00:00
Herman van Rink
62cb15b4a3 patch #2812070 [interface] Allow selecting a range of rows by holding shift, thanks to Joolee 2009-12-27 19:01:59 +00:00
Marc Delisle
9d8685d105 hardcoded messages 2009-11-24 15:31:57 +00:00
Marc Delisle
361bc35f67 bug [structure] Missing validation for BINARY and VARBINARY 2009-09-04 16:39:03 +00:00
Marc Delisle
3265da6860 try again :) 2009-08-30 16:58:48 +00:00
Marc Delisle
c4f0c32c9f correct Id 2009-08-30 16:56:38 +00:00
Marc Delisle
b071ac3fbc replication support: missing file 2009-08-30 16:51:04 +00:00
Tomas Srnka
e325226e57 *Fixed bug with different port than 3306
*Fixed support for other server than localhost
*Added support for sockets
*Fixed GUI bugs - strings (localization), table, fieldset...
*new PNG transparent icon.16x16
2009-08-24 18:10:45 +00:00
Michal Čihař
215b8fa174 Added ability for synchronizing databases among servers.
Manual merge from branches/gsoc/zahra.
2009-08-24 14:39:38 +00:00
Herman van Rink
2c80454a14 bug [gui] Generate Password not working for 'Change Login Information', only for 'Change password' 2009-07-12 12:13:11 +00:00
Marc Delisle
afd0a2ac97 patch #2794819 [navi] Filter for displayed table names 2009-05-24 11:52:32 +00:00
Herman van Rink
2bd4e25673 Fixed bug #2795256, introduced by patch #2602633 2009-05-23 12:29:54 +00:00
Marc Delisle
70c6e5a32c rfe #2657696 Automatically copy generated password 2009-05-04 16:32:16 +00:00