Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-07 | Adjustements for jquery update | Jean-Michel Vourgère | |
- Replaced .click(function) by .on('click', function) - Replaced .click() by .trigger('click') - Replaced .live(event, function) by .on(event, function) - Replaced $(document).ready(function) by $(function) - Replaced .bind/.unbind by .on/.off - Replaced keypress events by keydown events, so that up/down keys get supported again. Thanks to the jquery-migrate project. | |||
2019-10-31 | codespell assisted typo cleaning | Jean-Michel Vourgère | |
2012-11-28 | Fix an issue with population of FK fields using autocomplete. | Robert Treat | |
The fix comes from a comment by Dmytry Scherbina in a pull request originally submitted by Jakob Klein. | |||
2011-01-07 | Highlight referencing fields on hovering FK values when browsing table data | Leonardo Sápiras | |
2011-01-06 | Fix character-encoding problem with autocomplete | Guillaume (ioguix) de Rorthais | |
...And enforce some ajax call properties in js/ac_insert_row.js | |||
2010-12-19 | Fix #3139003 "Autocomplete doesn't insert value", report and patch by ↵ | Guillaume (ioguix) de Rorthais | |
Aleksander Machniak | |||
2010-09-28 | Fix multi bug in auto-complete value on insert/update | Guillaume (ioguix) de Rorthais | |
* explicitly not support multi FK constr, only deal with the first one. marked as FIXME * some bad escaped vars were failing the auto-complete on very weird table/field names * some cleanup | |||
2010-09-23 | Fix with auto-complete on insert where list was empty on update when we ↵ | Guillaume (ioguix) de Rorthais | |
already have an offset | |||
2010-09-23 | Fix: on insert form, clicking on a field open the auto-complete list even if ↵ | Guillaume (ioguix) de Rorthais | |
ac is disabled | |||
2010-08-26 | Add feature: Browsing on Foreign Keys, in both pure xhtml and ajax | Leonardo Sápiras | |
done during GSoC 2010, with mentoring and some help from ioguix. | |||
2010-08-06 | Fix a query.abord() on a null value on Locks and Process pages when stoping ↵ | Alexey Baturin | |
refresh before the first ajax request | |||
2010-07-26 | On insert page, open the auto-complete list when it gets the focus | ioguix | |
2010-06-09 | Oops, forgot to add the js/database.js file to the commit 6134a181d1910910021d | Leonardo Sápiras | |
2010-06-09 | Add auto-refresh process and prepared xact using ajax | Leonardo Sápiras | |
This patch rename the existing js/locks.js as js/database.js and factorise the code to use it from both page. | |||
2010-06-01 | Fix bad parameter name for database on ajax locks page refresh request | Leonardo Sápiras | |
2010-05-31 | Better handling connection error and waiting in locks page behaviour on ajax ↵ | ioguix | |
request * re-add error message on page * add a loading icon when a query is running * cancel ajax request when clicking on stop * preload image (start icon don't show up on error without it) | |||
2010-05-30 | Auto refresh the locks list using ajax. See ajax_refresh conf var. | Leonardo Sápiras | |
Patch by Leonardo Sápiras during the gsoc2010, plus some external edits based on Alexey reviews and mine. | |||
2009-10-01 | Refactor and improve the auto-complete foreign-key support in the insert form | Guillaume (ioguix) de Rorthais | |
- clean the code - add support for multi-colmn foreign key - show all the table column in the choice list - add pagination in the list to browse prev/next 11 values - use of jquery lib |