| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-11-21 | I18N: Multimedia -> Media | fisharebest | 1 | -1/+1 | |
| 2011-11-20 | Correct centering on admin pages and tidy up FAQ page | Nigel Osborne | 1 | -1/+1 | |
| 2011-11-19 | Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵ | fisharebest | 1 | -1/+1 | |
| apply "center" at a parent element. We have now removed the "center", and no longer need this markup. | |||||
| 2011-11-14 | Tidy up the options on the individiual-list page. show-married-names is now ↵ | fisharebest | 1 | -9/+0 | |
| a user-setting instead of a family-tree-setting. | |||||
| 2011-11-05 | Implement "fluid" interface for controller - allows requests to be chained. | fisharebest | 1 | -2/+3 | |
| 2011-11-05 | Use new $controller API to check access levels | fisharebest | 1 | -6/+3 | |
| 2011-11-05 | Major MVC refactoring. Every page now has a controller. | fisharebest | 1 | -3/+6 | |
| 2011-10-23 | Remove the LINK_ICONS and ZOOM_BOXES options (which control whether popup ↵ | fisharebest | 1 | -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 List | fisharebest | 1 | -5/+3 | |
| 2011-10-21 | #821931 - Individual.php: Default tab isn't selected | fisharebest | 1 | -9/+0 | |
| 2011-10-05 | Merge duplicate translations that differ only in upper/lower case | fisharebest | 1 | -1/+1 | |
| 2011-09-07 | Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵ | fisharebest | 1 | -11/+15 | |
| new configuration option to restrict who can upload new media files. | |||||
| 2011-07-20 | #728850 - Sorting of the Gedcom Privacy Restrriction List | fisharebest | 1 | -1/+2 | |
| 2011-07-17 | Bug #811384 - Raw data flashing before tabs load | Nigel Osborne | 1 | -1/+2 | |
| 2011-07-07 | Fix: family tree settings applied to wrong family tree, if another ↵ | fisharebest | 1 | -0/+1 | |
| tab/window is used to select a different family tree. | |||||
| 2011-07-07 | Fix: MySQL in "strict" mode will give a fatal error instead of truncating ↵ | fisharebest | 1 | -46/+46 | |
| values to fit columns | |||||
| 2011-07-01 | Show version number in footer. | fisharebest | 1 | -1/+1 | |
| 2011-06-21 | Remove option to send full-sized images as thumbnails | fisharebest | 1 | -10/+1 | |
| 2011-06-14 | Use literal strings instead of htmlentities in translation strings | fisharebest | 1 | -1/+1 | |
| 2011-06-12 | Fix: undefined ALLOW_THEME_DROPDOWN on admin page | fisharebest | 1 | -1/+1 | |
| 2011-06-09 | #793655 - No localization comment in Located in ↵ | fisharebest | 1 | -2/+1 | |
| webtrees/library/WT/Person.php at line 439 [file rev 10285] | |||||
| 2011-06-09 | I18N: Improve English texts. Refer to sort options consistently. Remove ↵ | fisharebest | 1 | -9/+0 | |
| "SHOW_MEDIA_FILENAME" configuration option, and use standardised behaviour. | |||||
| 2011-06-09 | Fix capitalisation errors. Remove "edit name" from the menu. The edit ↵ | fisharebest | 1 | -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-09 | I18N: Improve English texts. "Admin Option" is not very meaningful | fisharebest | 1 | -1/+1 | |
| 2011-06-03 | Label "Save" buttons consistently. Remove links between album tab and ↵ | fisharebest | 1 | -2/+2 | |
| config page - access config via admin menu. Editing the config is an infrequent action, and the link clutters the page. | |||||
| 2011-05-22 | Remove two configuration options. DISPLAY_JEWISH_GERESHAYIM was never ↵ | fisharebest | 1 | -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 Wilenski | 1 | -1/+1 | |
| 2011-04-02 | Help text titles should agree with the item to which they are linked | fisharebest | 1 | -2/+2 | |
| 2011-03-25 | Update old/inappropriate help text: calendar conversion | fisharebest | 1 | -1/+1 | |
| 2011-03-14 | Bug 733649 - ERROR 2: chmod() in admin_trees_config.php | Larry Meaney | 1 | -1/+1 | |
| need to suppress errors when calling chmod | |||||
| 2011-03-13 | Integrate the "custom text" functionality into the main code. User ↵ | fisharebest | 1 | -10/+6 | |
| translation files should be placed in the /data/language/ directory | |||||
| 2011-03-12 | Update code to use new function WT_Gedcom_Tag::getLabel() | fisharebest | 1 | -3/+3 | |
| 2011-03-08 | #730538 - admin_trees_config.php allows invalid MEDIA_DIRECTORY | Larry Meaney | 1 | -14/+29 | |
| 2011-03-07 | The media firewall is now always enabled (but you aren't required to use it) | Larry Meaney | 1 | -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-28 | Bug 715045 - only modify media/.htaccess when media firewall is actually ↵ | Larry Meaney | 1 | -6/+6 | |
| enabled or disabled | |||||
| 2011-02-25 | META_ROBOTS is now set automatically - it is no longer a user-configurable ↵ | fisharebest | 1 | -8/+0 | |
| setting | |||||
| 2011-02-24 | Add help text about multiple calendar conversion options | Nigel Osborne | 1 | -1/+1 | |
| 2011-02-20 | Fix: cannot select "Jalali" calendar in tree configuration page | fisharebest | 1 | -10/+9 | |
| 2011-02-19 | Minor refactor: move calendar definitions to calendar files | fisharebest | 1 | -6/+6 | |
| 2011-02-18 | Add support for the Persian/Iranian/Jalali calendar system. Thanks to Benygh. | fisharebest | 1 | -8/+7 | |
| 2011-02-17 | #719359 - Do not allow empty gedcom titles | fisharebest | 1 | -1/+3 | |
| 2011-02-13 | move split places code to places_assistant module | Łukasz Wilenski | 1 | -8/+0 | |
| 2011-02-12 | remove Split places config option | Łukasz Wilenski | 1 | -1/+0 | |
| 2011-02-10 | Correct error (mine) - extra </td></tr></div> tags | Nigel Osborne | 1 | -3/+0 | |
| 2011-02-10 | 1-css styling for in-line editing elements in admin_site_config.php and ↵ | Nigel Osborne | 1 | -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-03 | allow autocomplete when only one family tree exists | Łukasz Wilenski | 1 | -1/+3 | |
| 2011-01-30 | Starting the process of using css "sprite" images | Nigel Osborne | 1 | -1/+1 | |
| 2011-01-25 | Tidy up <script type="text/javascript"> tags. | fisharebest | 1 | -26/+24 | |
| 2011-01-22 | Allow calendar conversion into any two calendars, not just the two ↵ | fisharebest | 1 | -5/+33 | |
| predefined combinations. | |||||
| 2011-01-21 | add note link in privacy section | Łukasz Wilenski | 1 | -0/+1 | |
