summaryrefslogtreecommitdiff
path: root/edit_changes.php
AgeCommit message (Collapse)AuthorFilesLines
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