summaryrefslogtreecommitdiff
path: root/edit_changes.php
AgeCommit message (Collapse)AuthorFilesLines
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 ↵fisharebest1-2/+0
around limitation in old versions of jquery?). Don't do this any more - it breaks jQuery extensions, by re-creating the jQuery object. This also has the benefit of making the home page more responsive.
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 ↵fisharebest1-6/+6
another scope
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 ↵fisharebest1-14/+2
removed a very long time ago.
2012-06-18Review Changes - not loading webtrees.jsfisharebest1-0/+1
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-4/+4
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵fisharebest1-2/+2
etc. The browser will do a much faster and better job than we can. Unfortunately, only Webkit supports this at the moment. Presto and Gecko should support it soon. Trident support is unknown.
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 ↵fisharebest1-7/+4
consistently.
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 ↵fisharebest1-1/+1
apply "center" at a parent element. We have now removed the "center", and no longer need this markup.
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-5/+5
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
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
rather than when we DISPLAY them. It is easier to do it in one place, not everywhere. getFullName() already calls canDisplayName(), so no need to call it a second time.
2011-06-09I18N: Improve English texts. (Multi-)media items => "Media objects"fisharebest1-29/+25
2011-06-09Remove the option to hide/show pending changes. The option didn't work ↵fisharebest1-1/+1
properly (it wasn't "sticky"), wasn't applied consistently, and was rarely used.
2011-01-01Refactoring class names and use autoloading.fisharebest1-23/+23
2011-01-01Refactoring class names and use autoloading.fisharebest1-2/+2
2010-11-09Use consistent language/terminology: GEDCOM => Family treefisharebest1-1/+1
2010-11-09Use consistent language/terminology: accept => approvefisharebest1-10/+6
2010-11-09Language updates. Use new names for roles, and consistent terms. e.g. ↵fisharebest1-6/+5
"moderate" instead of "accept/reject", "approve" instead of "accept", "change" instead of "edit", "family tree" instead of "GEDCOM", etc. There are lots more to do....
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&amp;' for ones ↵fisharebest1-8/+8
in html, and '&' for ones in HTTP headers and between WT_JS_START/WT_JS_END markers. Get rid of "encode_url()" function, which attempted to "magically" fix problems with the wrong URL style.
2010-10-25"Location:" header fields should contain absolute URIsfisharebest1-1/+1
2010-10-05Fix: apply "auto close" setting to edit_changes.phpfisharebest1-39/+44
2010-09-29#650715 - Deleting individual only partly completedfisharebest1-4/+16
2010-09-25Tidy up whitespace/indentsfisharebest1-9/+8
2010-09-15#631645 - Pending Changes fatal errorfisharebest1-1/+9
2010-06-01Quote table names - to allow for "bad" choices of TBLPREFIXfisharebest1-17/+17
2010-05-28Simplify SQL statements. Use "##table_name" instead of "{$TBLPREFIX}table_name"fisharebest1-17/+17
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-1/+1
"Sentence case" to "Initial Capitals"
2010-05-12Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-1/+1
"Sentence case" to "Initial Capitals"
2010-04-19(no commit message)fisharebest1-80/+111
2010-04-16Remove sync-edits-to-gedcom feature. Webtrees is a database application - ↵fisharebest1-3/+0
https://blueprints.launchpad.net/webtrees/+spec/remove-sync-gedcom-file
2010-04-05(no commit message)Veit Olschinski1-0/+202