Lexiconga/php
Robbie Antenesse f7031ab579 Prevent accidental changes to a dictionary if the dictionary displayed on the screen is not the "current_dictionary".
This would only happen if you had Lexiconga open in two windows/tabs and changed your dictionary in one window/tab without refreshing the other, then making edits to the un-refreshed window/tab. Now it also sends which dictionary to change and makes sure that dictionary is in the user's session dictionaries list so it updates the correct dictionary's words.
2016-06-21 13:40:20 -06:00
..
plugins Started working on PHP - create account support and validation. 2015-11-02 17:25:08 -07:00
ajax_createaccountemailcheck.php Fixed switching dicitonaries, added deletion and addition of dictionaries, added next_word_id to dictionary, added warning for logging in with non-new dictionary. 2015-11-30 16:08:43 -07:00
ajax_dictionarymanagement.php Prevent accidental changes to a dictionary if the dictionary displayed on the screen is not the "current_dictionary". 2016-06-21 13:40:20 -06:00
ajax_passwordresetemailcheck.php Added Password Reset and Account Settings management. 2015-12-11 18:06:47 -07:00
config.php Started on forgot password stuff. fixed a funciton file connection. 2015-12-08 22:38:53 -08:00
display.php Move the view page into the main index.php. Prepare for viewing individual words. 2016-06-06 17:41:02 -06:00
functions.php Move the view page into the main index.php. Prepare for viewing individual words. 2016-06-06 17:41:02 -06:00
helpers.php Isolate generic functions into their own helper file. 2016-03-11 09:54:25 -07:00
notificationconditiontree.php Got words and dictionaries saving properly again, make uploads add only new words to db, make dictionary last_updated column when when adding words, add last_login column to users table. 2016-06-16 13:22:13 -06:00
passwordreset.php Added Password Reset and Account Settings management. 2015-12-11 18:06:47 -07:00
validation.php Added Password Reset and Account Settings management. 2015-12-11 18:06:47 -07:00