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 |
|
ninadsp
|
7033154eb4
|
If the last user with a given initial is deleted, update the users overview table and remove the link
|
2010-07-16 19:59:14 +05:30 |
|
ninadsp
|
4b18b4c7d6
|
When a new user is created, the user's overview table on the top is now updated to reflect the newly added user's initial
|
2010-07-16 19:36:12 +05:30 |
|
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 |
|
ninadsp
|
e309386703
|
Modified the handlers for ajax inline edit so that only the text areas are modified
|
2010-07-15 22:23:05 +05:30 |
|
ninadsp
|
041a5837c5
|
Added an Ajax handler to the display options form
|
2010-07-15 16:18:46 +05:30 |
|
ninadsp
|
c47a1a345a
|
Started Ajaxification of Inline Editing. Simple data fields are replaced with textareas when edit button is clicked and vice versa. No provision yet for transformations and enum fields
|
2010-07-15 16:01:25 +05:30 |
|
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 |
|
ninadsp
|
ea95907147
|
Improved the error handling, when an empty result set is obtained.
|
2010-07-14 20:21:10 +05:30 |
|
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 |
|
ninadsp
|
98a57e2219
|
A newly added table is now appended to the tablesForm on db_structure.php
|
2010-07-14 01:09:37 +05:30 |
|
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 |
|
ninadsp
|
7dd8745778
|
Added a Math.random() parameter to negate caching issues with user's list
|
2010-07-13 03:28:23 +05:30 |
|
ninadsp
|
fcae63bbd7
|
When a new user is added, his details are now appended to the user's table
|
2010-07-13 03:25:53 +05:30 |
|
ninadsp
|
3bcffd86e9
|
Stupid typo. Fixed
|
2010-07-13 02:30:42 +05:30 |
|
ninadsp
|
a1e9702434
|
Fixed issue due to which the notifications div was visible even after clearing the message
|
2010-07-12 23:49:27 +05:30 |
|
ninadsp
|
e0f80088aa
|
Fixed issue due to which the notifications div was visible even after clearing the message
|
2010-07-12 23:33:56 +05:30 |
|
ninadsp
|
7d3245cbcd
|
Fixed the empty notice divison being generated when PMA_showMessage() was being passed a NULL query
|
2010-07-12 23:11:41 +05:30 |
|
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 |
|
ninadsp
|
35c922e704
|
Basic Table Search now works. Need to handle some error cases
|
2010-07-12 00:14:05 +05:30 |
|
ninadsp
|
4eb4d318bb
|
Forgot to set the context for the recently added $(document).ready()
snippets. Added them
|
2010-07-11 23:51:02 +05:30 |
|
ninadsp
|
fe9f539ed2
|
Removed inline coding for Drop Trigger in libraries/tbl_triggers.lib.php
|
2010-07-11 23:36:24 +05:30 |
|
ninadsp
|
dd58a5bc23
|
Removed inline calls to confirmLink() for Empty/Drop Table actions in libraries/tbl_links.inc.php
|
2010-07-11 23:14:41 +05:30 |
|
ninadsp
|
a180017106
|
Moved Ajax handlers of db_structure.php to a dedicated file js/db_structure.js from js/functions.js
|
2010-07-11 22:33:52 +05:30 |
|
ninadsp
|
94a911a623
|
Removed inline call in libraries/display_tbl.lib.php to confirmAction()
for 'Calculate Real End' action on large InnoDB tables.
|
2010-07-11 22:23:57 +05:30 |
|
ninadsp
|
3586dd6408
|
Removed inline call to confirmLink() for 'Drop Primary Key/Index'
|
2010-07-11 03:33:04 +05:30 |
|
ninadsp
|
505884174b
|
Removed inline call to confirmLink() for 'Delete Tracking action'.
|
2010-07-11 03:14:02 +05:30 |
|
ninadsp
|
d5ed68aa71
|
Removed inline call to confirmLink() for 'Drop Procedure'
|
2010-07-11 02:32:10 +05:30 |
|
ninadsp
|
70a8735c07
|
Removed inline call to confirmLink() for 'Drop Event' action
|
2010-07-11 02:08:47 +05:30 |
|
ninadsp
|
e98edae53b
|
Remove previous queries if any before inserting the latest query. We
don't want too many queries crowding up.
|
2010-07-11 00:14:12 +05:30 |
|
ninadsp
|
6230a545bf
|
Cloning and removal of rows happens correctly now. All name/id
properties of the inputs are changed on the fly with javascript.
|
2010-07-10 23:45:03 +05:30 |
|
ninadsp
|
cbe82879e8
|
Hooked in Ajax submission of data. Changint the number of insertions on
the fly is still a work in progress. Insertion tables are being
cloned/deleted, however, each is not unique.
|
2010-07-10 17:14:10 +05:30 |
|
ninadsp
|
ca0af7fff7
|
Added a string for Ajax handlers in tbl_change.php
|
2010-07-10 17:09:36 +05:30 |
|
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 |
|
ninadsp
|
47142291a1
|
Merge remote branch 'origin/master'
Conflicts:
po/af.po
po/ar.po
po/az.po
po/be.po
po/be@latin.po
po/bg.po
po/bn.po
po/bs.po
po/ca.po
po/cs.po
po/cy.po
po/da.po
po/de.po
po/el.po
po/en_GB.po
po/es.po
po/et.po
po/eu.po
po/fa.po
po/fi.po
po/fr.po
po/gl.po
po/he.po
po/hi.po
po/hr.po
po/hu.po
po/id.po
po/it.po
po/ja.po
po/ka.po
po/ko.po
po/lt.po
po/lv.po
po/mk.po
po/mn.po
po/ms.po
po/nb.po
po/nl.po
po/phpmyadmin.pot
po/pl.po
po/pt.po
po/pt_BR.po
po/ro.po
po/ru.po
po/si.po
po/sk.po
po/sl.po
po/sq.po
po/sr.po
po/sr@latin.po
po/sv.po
po/ta.po
po/te.po
po/th.po
po/tr.po
po/tt.po
po/uk.po
po/ur.po
po/uz.po
po/uz@latin.po
po/zh_CN.po
po/zh_TW.po
|
2010-07-07 18:31:09 +05:30 |
|
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 |
|