| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-06-10 | I18N - use consistent markup for "label: value" | fisharebest | 7 | -99/+81 | |
| 2011-06-10 | Display dummy/pseudo tags using the same logic as real tags. Apply correct ↵ | fisharebest | 4 | -44/+37 | |
| I18N / formatting to media attributes | |||||
| 2011-06-10 | Add I18N comments | fisharebest | 1 | -0/+9 | |
| 2011-06-10 | Album tab was throwing error about undefined 'm_gedfile' when viewing ↵ | Larry Meaney | 1 | -0/+1 | |
| changed records | |||||
| 2011-06-10 | * cache values in the Media object | Larry Meaney | 4 | -60/+88 | |
| * medialist, random media and print_main_media make better use of the Media object | |||||
| 2011-06-10 | Remove some inline styling | Nigel Osborne | 2 | -16/+23 | |
| 2011-06-10 | * only users with WT_USER_CAN_EDIT || WT_USER_CAN_ACCEPT can sort medialist ↵ | Larry Meaney | 3 | -14/+28 | |
| by filename * get_medialist2 pulls fewer fields from db, and lets db do the initial sort | |||||
| 2011-06-09 | Fix: error rendering 0 SOUR / 1 DATA / 2 EVEN | fisharebest | 1 | -1/+1 | |
| 2011-06-09 | Fix: RTL sub-submenus not positioned correctly. | fisharebest | 14 | -14/+97 | |
| 2011-06-09 | RTL - missing icons on chart/timeline/XXX menu items | fisharebest | 1 | -0/+1 | |
| 2011-06-09 | #793655 - No localization comment in Located in ↵ | fisharebest | 2 | -4/+2 | |
| webtrees/library/WT/Person.php at line 439 [file rev 10285] | |||||
| 2011-06-09 | #786535 - Safari RtL Issues | fisharebest | 1 | -4/+4 | |
| 2011-06-09 | RTL: wrong/missing icons in Help menu | fisharebest | 2 | -2/+4 | |
| 2011-06-09 | CSS Menus - language/theme menus are always LTR, even on RTL pages, as they ↵ | fisharebest | 3 | -0/+9 | |
| contain (almost) entirely LTR text. | |||||
| 2011-06-09 | Remove old CSS markup for language/flags. We don't use these anymore. If ↵ | fisharebest | 5 | -53/+0 | |
| you really want this behaviour, you can use the new CSS menus and something like "html[lang=fr] #menu-language-fr {format:highlighted-flag} " | |||||
| 2011-06-09 | Add check for PHP module "iconv" in setup wizard | fisharebest | 1 | -1/+1 | |
| 2011-06-09 | I18N: Improve English texts. Refer to sort options consistently. Remove ↵ | fisharebest | 38 | -247/+196 | |
| "SHOW_MEDIA_FILENAME" configuration option, and use standardised behaviour. | |||||
| 2011-06-09 | Fix capitalisation errors. Remove "edit name" from the menu. The edit ↵ | fisharebest | 10 | -28/+17 | |
| 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 | 7 | -78/+67 | |
| 2011-06-09 | I18N: Improve English texts. (Multi-)media items => "Media objects" | fisharebest | 18 | -266/+228 | |
| 2011-06-09 | Improve the English phrasing of new messages | fisharebest | 8 | -26/+26 | |
| 2011-06-09 | More changes for "Remove the option to hide/show pending changes..." | fisharebest | 2 | -129/+91 | |
| 2011-06-09 | Fix: creating new users and self-registration stores password, rather than ↵ | fisharebest | 1 | -1/+1 | |
| password hash | |||||
| 2011-06-09 | comment out portions of filterMedia2 which are currently non-functional | Larry Meaney | 1 | -8/+9 | |
| 2011-06-09 | * remove unnecessary "Exclude Links" option on medialist.php | Larry Meaney | 2 | -68/+9 | |
| * trim more unused code from get_medialist2() | |||||
| 2011-06-09 | Correct background color problem with flyout on sidebar | Rob Peters | 14 | -14/+28 | |
| 2011-06-09 | Remove the option to hide/show pending changes. The option didn't work ↵ | fisharebest | 20 | -245/+149 | |
| properly (it wasn't "sticky"), wasn't applied consistently, and was rarely used. | |||||
| 2011-06-08 | We no longer have/need menu separators. | fisharebest | 21 | -126/+1 | |
| 2011-06-08 | Fix a couple of errors in "Simplify the presentation of pending changes, and ↵ | fisharebest | 2 | -2/+5 | |
| the options to show/hide/accept/reject them." | |||||
| 2011-06-08 | Bug #794457 - UID breaks out in extra information box | Nigel Osborne | 19 | -109/+109 | |
| 2011-06-08 | Move menu icon layout to single .css file in main colors directory -- for ↵ | Rob Peters | 17 | -2059/+327 | |
| easier maintenance. Fix some indi icon problems | |||||
| 2011-06-08 | Simplify the presentation of pending changes, and the options to ↵ | fisharebest | 15 | -409/+284 | |
| show/hide/accept/reject them. | |||||
| 2011-06-08 | Correct a few html and css validation errors. | Rob Peters | 16 | -86/+47 | |
| 2011-06-08 | Update colors theme header and menu to css format and add sprite images | Rob Peters | 18 | -2091/+5142 | |
| 2011-06-08 | Update logic for determining "greyed out" tabs | fisharebest | 4 | -6/+4 | |
| 2011-06-08 | Grayed-out-tabs: use more obvious method name. make sure functions all ↵ | fisharebest | 11 | -25/+24 | |
| return boolean values. use class "rela" (opacity 67%) instead of "rela40" (undefined?) | |||||
| 2011-06-08 | Don't close the session until after we have displayed the header. ↵ | fisharebest | 8 | -242/+238 | |
| Customised themes might want to read/write session variables. | |||||
| 2011-06-08 | Better way to implement svn11729 | fisharebest | 1 | -2/+4 | |
| 2011-06-08 | Put back long missing "greyed-out" tabs, to indicate to editors that tabs ↵ | Nigel Osborne | 11 | -3/+63 | |
| have no content. | |||||
| 2011-06-08 | stop button wasn't working in the random media module slideshow | Larry Meaney | 1 | -1/+3 | |
| 2011-06-08 | Allow random media module to display files in the standard media directory | Larry Meaney | 1 | -1/+3 | |
| 2011-06-07 | Fix: webtrees-1.1.2 changed the "full name" column in wt_name to include the ↵ | fisharebest | 6 | -16/+66 | |
| slashes. The individual/family lists require that the name is saved the same as the way it is generated by the WT_Person object. Therefore upgrading to/from 1.1.2 causes records not to show - until they are edited or re-imported. Revert to the original behaviour (no slashes), and update the database to remove any that were added by 1.1.2. Also remove the n_list column. It has never been used. | |||||
| 2011-06-07 | Fix: remove bogus warning message about importing a different gedcom, when ↵ | fisharebest | 1 | -4/+6 | |
| the family tree name (WT_GEDCOM) is different to the imported filename. | |||||
| 2011-06-07 | Specify the BLOWFISH algorithm to generate password hashes. Update existing ↵ | fisharebest | 1 | -5/+22 | |
| password hashes to BLOWFISH as each user logs in. | |||||
| 2011-06-06 | Update version number - next release is planned to be 1.2.1 | fisharebest | 1 | -2/+2 | |
| 2011-06-06 | Update version number, for 1.2.0 release | fisharebest | 1 | -2/+2 | |
| 2011-06-06 | Update list of old files to delete in admin.php | fisharebest | 1 | -0/+88 | |
| 2011-06-06 | Revert 11711 (addition of PasswordHash library). We will implement this ↵ | fisharebest | 2 | -263/+5 | |
| logic after the next release. | |||||
| 2011-06-06 | Fix for IE display problems (min-width on main menus doesn't work) | Nigel Osborne | 2 | -4/+5 | |
| 2011-06-05 | Bug #793268 - indi_sprite.png missing from webtrees theme | Nigel Osborne | 1 | -4/+4 | |
