summaryrefslogtreecommitdiff
path: root/action.php
AgeCommit message (Expand)AuthorFilesLines
2014-12-09merge some minor changes from the theme branchGreg Roach1-1/+1
2014-11-27PHPDocGreg Roach1-1/+1
2014-11-18Merge some menu changes from the theme branchGreg Roach1-4/+4
2014-10-22Better description of variable namesGreg Roach1-1/+1
2014-10-10Update .PO files. Fix some minor English grammar.Greg Roach1-2/+2
2014-10-05Allow the User object to work as a null object (e.g. for visitors)Greg Roach1-4/+2
2014-10-05Use consistent terminology (preference versus setting)Greg Roach1-1/+1
2014-09-17#237 - function accept_all_changes() not foundGreg Roach1-2/+0
2014-09-17Split site-preference getter/setter into two functionsGreg Roach1-1/+1
2014-09-01#228 wrong include filesGreg Roach1-2/+2
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-9/+13
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-13/+10
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to wron...Greg Roach1-8/+7
2014-05-06Replace global user functions with WT_User classGreg Roach1-7/+8
2014-04-30Certain sequences of pending deletions could cause the same record to be dele...Greg Roach1-19/+23
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-12-09Fix: copy/paste facts not working with CSRF checksGreg Roach1-1/+14
2013-12-08Unlink media from album tab not auto-accepting changesGreg Roach1-3/+3
2013-11-25#1252446 - webtrees v1.5.0 - cannot unlink mediaGreg Roach1-0/+28
2013-11-13Remove harmless error when deleting last member of a familyGreg Roach1-1/+1
2013-11-09Move the masquerade function to the user listGreg Roach1-1/+15
2013-11-08Add CSRF checks to action.php callbacksGreg Roach1-1/+8
2013-11-03Add CSRF checks to admin/user pageGreg Roach1-0/+9
2013-11-01Tidy up trailing whitespaceGreg Roach1-5/+5
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-9/+9
2013-08-13Copy to clipboard fails after 10 items (thanks to Carl Scase)Greg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-07-13Refactor - improve semantics of CRUD operations on factsfisharebest1-1/+1
2013-07-13Refactor away find_gedcom_record() - action.php/delete recordfisharebest1-7/+7
2013-07-08Error deleting factsfisharebest1-2/+2
2013-07-05The right place to check for privacy on facts is when we fetch them for view...fisharebest1-1/+1
2013-06-29(no commit message)fisharebest1-34/+65
2013-06-01#1109229 - Fam record not removed when it shouldfisharebest1-15/+20
2013-01-09Update the "FlashMessenger" so that it can also show messages from the *curre...fisharebest1-5/+5
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-3/+3
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-1/+1
2012-04-17Explicitly close sessions in AJAX responses - otherwise it causes errors in P...fisharebest1-0/+1
2011-11-22Add an AJAX callback to change theme. We don't use this yet.fisharebest1-2/+17
2011-11-08#584835 Use $WT_SESSION in preference to $_SESSIONfisharebest1-3/+3
2011-11-06Fix: PHP error when copying to clipboardfisharebest1-1/+1
2011-11-06Use AJAX for "copy to clipboard", instead of popup window.fisharebest1-0/+28
2011-11-03Add feedback when deleting or updating linked recordsfisharebest1-1/+3
2011-11-03#885729 - SVN12502 - Perte de famillefisharebest1-1/+1
2011-11-01Use AJAX (action.php) instead of popup windows (edit_interface.php)fisharebest1-0/+34
2011-11-01Use AJAX for handling update actions. These should not be GET/POST requests....fisharebest1-0/+70