summaryrefslogtreecommitdiff
path: root/admin_site_config.php
AgeCommit message (Expand)AuthorFilesLines
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-10/+11
2015-05-31PSR-4Greg Roach1-0/+2
2015-05-30Code styleGreg Roach1-6/+6
2015-04-11Fix #554 - language checkbox layoutGreg Roach1-1/+1
2015-04-03Fix #527 - bootstrap/radio buttonsGreg Roach1-5/+5
2015-04-03Fix #526 - gender specific pronouns, plus associated cleanupGreg Roach1-15/+4
2015-04-03Localised placeholder textGreg Roach1-1/+1
2015-03-18Fix #488 Chrome does not support -webkit-columnsGreg Roach1-1/+1
2015-03-13Fix English textVytautas Krivickas1-1/+1
2015-03-12Replace Zend_Locale with Fisharebest\LocalizationGreg Roach1-19/+66
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-03Autoload includes/functions/*Greg Roach1-1/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-180/+175
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-8/+8
2015-01-31Add support for tracking and analyticsGreg Roach1-187/+318
2015-01-31Fix: #137712 - Refreshing page during merge causes error.Greg Roach1-1/+1
2015-01-31English textGreg Roach1-7/+7
2015-01-30DashboardGreg Roach1-1/+1
2015-01-28I18NGreg Roach1-1/+1
2015-01-27Add icons to save/continue buttonsGreg Roach1-0/+1
2015-01-26HTML validation and tidy upGreg Roach1-27/+28
2015-01-26DRY up codeGreg Roach1-2/+1
2015-01-26Don't send passwords to the clientGreg Roach1-2/+4
2015-01-26Add a11y links for keyboard users. Rename 'admin pages' to 'Control panel'Greg Roach1-1/+1
2015-01-21Save all site settingsGreg Roach1-6/+3
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
2015-01-17New theme system and admin interfaceGreg Roach1-109/+411
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-09-17Split site-preference getter/setter into two functionsGreg Roach1-22/+22
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-1/+3
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-1/+1
2014-05-01Admin - site config. Move similar options closer togetherGreg Roach1-6/+6
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-22#1024319 - Custom welcome text is only displayed under certain conditionsGreg Roach1-4/+1
2013-08-24Update non-typographic quotation marksGreg Roach1-2/+2
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-06-12#1064348 - Private trees are completely private - so how can we show welcome ...fisharebest1-70/+145
2013-06-01Don't say "GEDCOM" unless we mean it.fisharebest1-1/+1
2013-05-12#1100239- SMTP_HELO site config setting is incorrectly labelledfisharebest1-12/+24
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-2/+2
2013-02-02Add more URL versioning to JS resourcesfisharebest1-1/+1
2013-02-02Add version numbers to paths of javascript librariesfisharebest1-1/+1
2013-01-06Update help text relating to the data-folder.fisharebest1-1/+1
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-20/+20
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-29/+23
2012-01-16#916852 - Help Content Wrong fisharebest1-2/+0
2011-12-04#899774 Admin tabs don't align RTLNigel Osborne1-61/+57