summaryrefslogtreecommitdiff
path: root/editgedcoms.php
AgeCommit message (Collapse)AuthorFilesLines
2011-01-02Migrate to new admin modules (no longer use editgedcoms.php)fisharebest1-346/+0
2011-01-01Refactoring class names and use autoloading.fisharebest1-28/+28
2010-12-13Rename "gedcom administrator" to "manager" and "authenticated user" to "member"fisharebest1-1/+1
2010-12-05#685414 - Set gedcom by defaultfisharebest1-1/+1
2010-11-29#680778 - Update gedcom_configfile textfisharebest1-10/+4
2010-11-25Updated the javascript code that alerts the user when they upload a GEDCOM ↵Larry Meaney1-1/+2
of different name. It no longer gives a false positive when Chrome or IE8 include 'c:\fakepath\' in the filename.
2010-11-25rawurlencode ged parameter on url stringsLarry Meaney1-1/+1
2010-11-24Use library function to fetch data, rather than repeating SQL codefisharebest1-27/+20
2010-11-20Fix: RTL formatting errorfisharebest1-1/+1
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&' for ones ↵fisharebest1-4/+4
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-9/+9
2010-10-20change $() -> jQuery()Łukasz Wilenski1-1/+1
2010-10-09#622194 - MAX_ALLOWED_PACKET and MySQL >= 5.1.31fisharebest1-46/+40
2010-09-25Tidy up whitespace/indentsfisharebest1-3/+3
2010-09-10Tidy up some whitespace/formattingfisharebest1-3/+3
2010-09-09Create new gedcom with 01 JAN instead of 1 JAN - to stop it auto-correcting ↵fisharebest1-1/+1
when first edited
2010-07-09Don't show link to PGV->WT transfer wizard after we have added any users.fisharebest1-6/+9
2010-07-09First draft (non-functioning) PGV to webtrees transfer wizard, and related ↵Nigel Osborne1-1/+8
code changes
2010-06-13Remove "page help" links for popup pages. These can never be used.fisharebest1-1/+1
2010-06-13Fix broken help linkfisharebest1-1/+1
2010-06-13Remove duplicate help textsfisharebest1-4/+4
2010-06-09#591585 Couple more typosfisharebest1-1/+1
2010-06-08Combine gedcom-privacy and gedcom-config pages.fisharebest1-4/+0
2010-06-01Quote table names - to allow for "bad" choices of TBLPREFIXfisharebest1-5/+5
2010-05-31Revert svn8540 - need to check for specific gedcom, not current gedcom.fisharebest1-1/+1
2010-05-31#584721 - Fix for the access to privacy config part of bug.Nigel Osborne1-1/+1
2010-05-28Simplify SQL statements. Use "##table_name" instead of "{$TBLPREFIX}table_name"fisharebest1-7/+5
2010-05-28Tidy up admin pages; make consistent look; add links back to admin.php on allNigel Osborne1-1/+4
2010-05-25Default gedcom selector doesn't work when no previous value has been selected.fisharebest1-0/+3
2010-05-13Fix: cannot load gedcoms where the HEAD record contains non-ascii ↵fisharebest1-0/+4
characters. Quick-and-dirty hack to fix problem with import sticking at 0.00%
2010-04-30Partial fix: cannot set max_allowed_packet on MySQL 5.1.31 and laterfisharebest1-1/+5
2010-04-30Allow gedcoms to be imported that are larger than the MySQL ↵fisharebest1-5/+35
max_allowed_packet setting.
2010-04-25(no commit message)fisharebest1-3/+6
2010-04-25Don't overwrite existing XXX_conf.php and XXX_priv.php files when adding new ↵fisharebest1-16/+0
gedcomds
2010-04-25translationŁukasz Wilenski1-3/+3
2010-04-25Fix conf/priv files not being created when adding an existing gedcomfisharebest1-0/+10
2010-04-24I18N: Allow local names instead of "John DOE"fisharebest1-1/+4
2010-04-24Initialise gedcom titles when creating new gedcomsfisharebest1-0/+1
2010-04-24Create _conf.php and _priv.php files when creating new gedcomsfisharebest1-0/+2
2010-04-24Create _conf.php and _priv.php files when creating new gedcomsfisharebest1-0/+3
2010-04-24Add replacement for "keep media" on import.fisharebest1-4/+10
2010-04-24Fix: don't scan directories when looking for gedcoms in the data/ directoryfisharebest1-2/+2
2010-04-24New gedcom importer/uploader/loaderfisharebest1-185/+249
2010-04-21Remove file-based logging.fisharebest1-101/+0
2010-04-20Remove incorrect/unnecessary link and tidy up codefisharebest1-142/+125
2010-04-05(no commit message)Veit Olschinski1-0/+358