summaryrefslogtreecommitdiff
path: root/admin_trees_config.php
AgeCommit message (Collapse)AuthorFilesLines
2011-11-05Implement "fluid" interface for controller - allows requests to be chained.fisharebest1-2/+3
2011-11-05Use new $controller API to check access levelsfisharebest1-6/+3
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-3/+6
2011-10-23Remove the LINK_ICONS and ZOOM_BOXES options (which control whether popup ↵fisharebest1-27/+0
menus are activated on click, hover, etc.) These are unnecessary, confusing, and don't work properly.
2011-10-22#728850 - Sorting of the Gedcom Privacy Restrriction Listfisharebest1-5/+3
2011-10-21#821931 - Individual.php: Default tab isn't selected fisharebest1-9/+0
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-1/+1
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵fisharebest1-11/+15
new configuration option to restrict who can upload new media files.
2011-07-20#728850 - Sorting of the Gedcom Privacy Restrriction Listfisharebest1-1/+2
2011-07-17Bug #811384 - Raw data flashing before tabs loadNigel Osborne1-1/+2
2011-07-07Fix: family tree settings applied to wrong family tree, if another ↵fisharebest1-0/+1
tab/window is used to select a different family tree.
2011-07-07Fix: MySQL in "strict" mode will give a fatal error instead of truncating ↵fisharebest1-46/+46
values to fit columns
2011-07-01Show version number in footer.fisharebest1-1/+1
2011-06-21Remove option to send full-sized images as thumbnailsfisharebest1-10/+1
2011-06-14Use literal strings instead of htmlentities in translation stringsfisharebest1-1/+1
2011-06-12Fix: undefined ALLOW_THEME_DROPDOWN on admin pagefisharebest1-1/+1
2011-06-09#793655 - No localization comment in Located in ↵fisharebest1-2/+1
webtrees/library/WT/Person.php at line 439 [file rev 10285]
2011-06-09I18N: Improve English texts. Refer to sort options consistently. Remove ↵fisharebest1-9/+0
"SHOW_MEDIA_FILENAME" configuration option, and use standardised behaviour.
2011-06-09Fix capitalisation errors. Remove "edit name" from the menu. The edit ↵fisharebest1-1/+1
option is now next to the name. Having two options is confusing - especially when an individual has two name records - which one does the menu option refer to?
2011-06-09I18N: Improve English texts. "Admin Option" is not very meaningfulfisharebest1-1/+1
2011-06-03Label "Save" buttons consistently. Remove links between album tab and ↵fisharebest1-2/+2
config page - access config via admin menu. Editing the config is an infrequent action, and the link clutters the page.
2011-05-22Remove two configuration options. DISPLAY_JEWISH_GERESHAYIM was never ↵fisharebest1-18/+0
actually used by the code, and DISPLAY_JEWISH_THOUSANDS is not needed (meliza + kosherjava)
2011-04-03#747860 - Missing Lithuanian surname traditionŁukasz Wilenski1-1/+1
2011-04-02Help text titles should agree with the item to which they are linkedfisharebest1-2/+2
2011-03-25Update old/inappropriate help text: calendar conversionfisharebest1-1/+1
2011-03-14Bug 733649 - ERROR 2: chmod() in admin_trees_config.php Larry Meaney1-1/+1
need to suppress errors when calling chmod
2011-03-13Integrate the "custom text" functionality into the main code. User ↵fisharebest1-10/+6
translation files should be placed in the /data/language/ directory
2011-03-12Update code to use new function WT_Gedcom_Tag::getLabel()fisharebest1-3/+3
2011-03-08#730538 - admin_trees_config.php allows invalid MEDIA_DIRECTORYLarry Meaney1-14/+29
2011-03-07The media firewall is now always enabled (but you aren't required to use it)Larry Meaney1-78/+63
The "Use Media Firewall" option in admin_trees_config.php is now titled "Automatically protect new images" admin_trees_config.php automatically checks to see if the htaccess is correct, and automatically fixes it if not The standard Media directory only needs to be writable while creating the .htaccess file, after that you can lock it down admin_media.php displays the "move all to protected" button on first load, to make it easier to move your files around If the standard media directory is locked down, the "move to standard/protected" buttons on admin_media.php are hidden.
2011-02-28Bug 715045 - only modify media/.htaccess when media firewall is actually ↵Larry Meaney1-6/+6
enabled or disabled
2011-02-25META_ROBOTS is now set automatically - it is no longer a user-configurable ↵fisharebest1-8/+0
setting
2011-02-24Add help text about multiple calendar conversion optionsNigel Osborne1-1/+1
2011-02-20Fix: cannot select "Jalali" calendar in tree configuration pagefisharebest1-10/+9
2011-02-19Minor refactor: move calendar definitions to calendar filesfisharebest1-6/+6
2011-02-18Add support for the Persian/Iranian/Jalali calendar system. Thanks to Benygh.fisharebest1-8/+7
2011-02-17#719359 - Do not allow empty gedcom titlesfisharebest1-1/+3
2011-02-13move split places code to places_assistant moduleŁukasz Wilenski1-8/+0
2011-02-12remove Split places config optionŁukasz Wilenski1-1/+0
2011-02-10Correct error (mine) - extra </td></tr></div> tagsNigel Osborne1-3/+0
2011-02-101-css styling for in-line editing elements in admin_site_config.php and ↵Nigel Osborne1-14/+10
admin_users.php 2-use WT_JS_START/END in admin_trees_config.php 3-add delete icon to admin_users.php
2011-02-03allow autocomplete when only one family tree existsŁukasz Wilenski1-1/+3
2011-01-30Starting the process of using css "sprite" imagesNigel Osborne1-1/+1
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-26/+24
2011-01-22Allow calendar conversion into any two calendars, not just the two ↵fisharebest1-5/+33
predefined combinations.
2011-01-21add note link in privacy sectionŁukasz Wilenski1-0/+1
2011-01-18#700091 - Security by ID allows Duplicatesfisharebest1-0/+10
2011-01-17Tiny style changeŁukasz Wilenski1-3/+5
2011-01-12I18N: minor update for consistencyfisharebest1-1/+1
2011-01-05Improve layout of GEDCOM config screensNigel Osborne1-277/+279