lorilee
|
98ef84ebc3
|
New main page design
|
2010-07-23 20:31:52 -07:00 |
|
Martynas Mickevicius
|
b7daf5d985
|
removed overlib dependancy. Written simple tooltip.
|
2010-07-23 16:53:46 +03:00 |
|
Martynas Mickevicius
|
25a59f23d5
|
chart is rendered in parts. Fixes the issue with browsers which have limited size on base64 images.
|
2010-07-23 13:19:30 +03:00 |
|
Crack
|
c8b6acdf59
|
remove debug
use proper function to cancel event
|
2010-07-22 17:02:17 +02:00 |
|
Martynas Mickevicius
|
e3736762ae
|
cleaned JS for tooltips
|
2010-07-22 14:30:02 +03:00 |
|
Adnan
|
a7e3c0475c
|
Merge Origin: Conflicts in js/functions.js
|
2010-07-22 16:03:50 +05:00 |
|
Crack
|
7399ce3e61
|
a few changes on preferences manage page
fix JS date generation on preferences export to localStorage
|
2010-07-22 12:37:51 +02:00 |
|
Crack
|
7b0135ed6a
|
fix port number validation
correct naming mistake (authentication != authorization)
setup script: move server authentication settings to new tab
|
2010-07-21 16:11:02 +02:00 |
|
Michal Čihař
|
eeae8bec21
|
Get rid of inline javascript in login form.
|
2010-07-21 09:21:58 +02:00 |
|
lorilee
|
aa49b85fad
|
Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
Conflicts:
libraries/display_export.lib.php
|
2010-07-20 15:23:12 -07:00 |
|
Martynas Mickevicius
|
2f78d2d147
|
tooltip on the pie working. Now only on the query results chart.
|
2010-07-20 23:29:13 +03:00 |
|
lorilee
|
2ebf96d242
|
Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
libraries/display_export.lib.php
libraries/display_import.lib.php
|
2010-07-20 13:04:03 -07:00 |
|
lorilee
|
b8022422f7
|
Updated enum/set editor (submit button has only one function, escapes special characters, has more instructions for formatting
|
2010-07-20 12:22:39 -07:00 |
|
Martynas Mickevicius
|
c40e145597
|
added JS tooltips to the bar and line charts. Other types generate warnings for now.
|
2010-07-20 20:29:19 +03:00 |
|
Michal Čihař
|
4330ee3fd4
|
Whitespace cleanup.
|
2010-07-20 14:15:00 +02:00 |
|
Michal Čihař
|
29ccdfc1ff
|
Focus SQL query area after dom is ready.
|
2010-07-20 14:14:44 +02:00 |
|
Crack
|
8c28b69aba
|
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
|
2010-07-19 16:16:12 +02:00 |
|
Marc Delisle
|
4e5061d323
|
Generate password only available if JS is enabled
|
2010-07-19 10:03:17 -04:00 |
|
Crack
|
cf99d6511f
|
fix restore-default not showing after page load
setup script comments for fields that set constraints on user preferences (MaxDbLost, MaxTableList)
|
2010-07-17 22:43:38 +02:00 |
|
Crack
|
a7fe3f362c
|
allow multiple validators for one field
users can set MaxDbList and MaxTableList, values are bounded by the original value
|
2010-07-17 14:02:19 +02:00 |
|
Crack
|
afca401bc8
|
parametrized validators
valdiation by regular expressions
shorter text fields for numeric inputs
|
2010-07-17 11:39:30 +02:00 |
|
Crack
|
c5bef4d2da
|
fix "restore default" button, should be visible only when field has custom value
added missing validations for setup script
added two field descriptions
added SkipLockedTables to user preferences
|
2010-07-16 20:28:11 +02:00 |
|
lorilee
|
fcb47c1b64
|
Made variable names local in scope
|
2010-07-16 00:12:41 -07:00 |
|
lorilee
|
7b46075360
|
Fixed bug where non-footnote notices were being hidden; footnotes given their own div classes
|
2010-07-16 00:09:58 -07:00 |
|
Crack
|
7a5fd62810
|
allow users to easily work with preferences stored in session (when pmadb is disabled): after logging in, user is presented with a message asking whether settings from localStorage should be loaded
|
2010-07-14 21:28:24 +02:00 |
|
lorilee
|
9badb87f1a
|
Reveal-on-hover table structure actions
|
2010-07-14 11:55:31 -07:00 |
|
lorilee
|
087dac0df0
|
Fixes everything after commit 9de870ce87 , where I accidentally committed some lines
|
2010-07-13 18:52:12 -07:00 |
|
lorilee
|
7826652898
|
Added option in config.inc.php to set the default export method to quick, custom, or custom-no-form
|
2010-07-13 18:19:54 -07:00 |
|
lorilee
|
eff9311c03
|
Improved tooltip for JavaScript-enabled browsers (superscripts changed to icons)
|
2010-07-13 17:39:52 -07:00 |
|
lorilee
|
22254ba748
|
Gets rid of the forward slash that appears in the enum/set editor when there are no values
|
2010-07-12 18:55:21 -07:00 |
|
Crack
|
b3ae73f2aa
|
ui fixes
|
2010-07-12 19:24:07 +02:00 |
|
Crack
|
625b9edca8
|
show message when preferences are saved to localStorage
|
2010-07-12 14:02:45 +02:00 |
|
Crack
|
3137cc2f1d
|
add date information when importing from localStorage
|
2010-07-10 00:06:50 +02:00 |
|
Crack
|
5717683ef1
|
basic import/export for localStorage, needs to be polished
|
2010-07-09 19:37:49 +02:00 |
|
lorilee
|
0692c8f0b7
|
Disabled "Dump some row(s)" sub-options when they are not selected, fixed comments, minor refactoring
|
2010-07-08 11:55:21 -07:00 |
|
Crack
|
104ac11c1d
|
import and export for user preferences (currently JSON file only)
add preferences reset
|
2010-07-08 19:01:09 +02:00 |
|
lorilee
|
3c1e06a3e6
|
Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
|
2010-07-06 11:04:06 -07:00 |
|
lorilee
|
f06363811c
|
Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
|
2010-07-06 10:58:17 -07:00 |
|
lorilee
|
ef6a616d01
|
Added feature to ENUM/SET editor where users can add more than one new field at a time
|
2010-07-05 16:21:31 -07:00 |
|
lorilee
|
1b300eed99
|
Support for no javascript
|
2010-07-05 16:14:41 -07:00 |
|
lorilee
|
cd7bf9744d
|
Support for no javascript
|
2010-07-05 16:14:06 -07:00 |
|
Crack
|
93d49e8ca8
|
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
|
2010-07-05 19:37:03 +02:00 |
|
Adnan
|
737fb9df27
|
Merge remote branch 'origin/master' into export_branch
|
2010-07-03 13:54:41 +05:00 |
|
Marc Delisle
|
dbd813095a
|
Merge branch 'QA_3_3'
|
2010-07-02 11:23:11 -04:00 |
|
Marc Delisle
|
1db012abc8
|
clarify code behavior
|
2010-07-02 11:22:36 -04:00 |
|
Adnan
|
1ef5f8564e
|
Merge remote branch 'origin/master' into export_branch
|
2010-07-02 16:23:58 +05:00 |
|
Crack
|
b13dee72f3
|
Import settings
|
2010-07-01 22:24:18 +02:00 |
|
Marc Delisle
|
9de870ce87
|
selecting a range of rows no longer worked
|
2010-07-01 07:30:29 -04:00 |
|
lorilee
|
5a67c754d2
|
Removed inline Javascript, added support for editing multiple columns at once
|
2010-06-28 22:26:21 -04:00 |
|
lorilee
|
083f81b59d
|
Corrected a tiny typo which ruined everything
|
2010-06-28 20:52:56 -04:00 |
|