summaryrefslogtreecommitdiff
path: root/edit_changes.php
AgeCommit message (Expand)AuthorFilesLines
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-4/+5
2015-05-31PSR-4Greg Roach1-0/+2
2015-05-30Code styleGreg Roach1-2/+2
2015-03-09Use Tree object instead of ID/nameGreg Roach1-9/+10
2015-02-06GlobalsGreg Roach1-1/+8
2015-02-06Unused codeGreg Roach1-1/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-65/+57
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-57/+57
2015-01-18code styleGreg Roach1-3/+3
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2015-01-18whitespaceGreg Roach1-6/+6
2015-01-17New theme system and admin interfaceGreg Roach1-1/+3
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-22Better description of variable namesGreg Roach1-2/+2
2014-10-10Update .PO files. Fix some minor English grammar.Greg Roach1-1/+1
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-09-17#237 - function accept_all_changes() not foundGreg Roach1-1/+0
2014-09-01#228 wrong include filesGreg Roach1-1/+1
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-3/+6
2014-07-20Removed unused javascript functionsDavid Drury1-13/+7
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-3/+3
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-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-1/+1
2013-09-10Show fact details when reviewing pending changesGreg Roach1-3/+3
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-5/+5
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-2/+2
2013-08-21Show details of pending changesGreg Roach1-37/+51
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-06-29(no commit message)fisharebest1-4/+2
2013-06-01Don't say "GEDCOM" unless we mean it.fisharebest1-1/+1
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-2/+0
2013-02-02Add version numbers to paths of javascript librariesfisharebest1-1/+1
2012-11-22Consistent styling for close buttonsfisharebest1-1/+4
2012-09-17Fix: accept/reject changes relying on temporary variable that was set in anot...fisharebest1-6/+6
2012-07-27edit_changes.php - the "edit raw" link is broken.fisharebest1-0/+1
2012-07-06Tidy up the "showchanges()" logic. The option to hide/show changes was remov...fisharebest1-14/+2
2012-06-18Review Changes - not loading webtrees.jsfisharebest1-0/+1
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-4/+4
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...fisharebest1-2/+2
2012-02-13Provide better sizes for popup windows.fisharebest1-2/+2
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-7/+7
2011-11-23Move login checks to a common function. Use the LOGIN_URL parameter consiste...fisharebest1-7/+4
2011-11-21Correct centering of table contentNigel Osborne1-3/+5
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we a...fisharebest1-1/+1
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various combinatio...fisharebest1-5/+5
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-2/+4
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ...fisharebest1-1/+1