summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-06-10I18N - use consistent markup for "label: value"fisharebest7-99/+81
2011-06-10Display dummy/pseudo tags using the same logic as real tags. Apply correct ↵fisharebest4-44/+37
I18N / formatting to media attributes
2011-06-10Add I18N commentsfisharebest1-0/+9
2011-06-10Album tab was throwing error about undefined 'm_gedfile' when viewing ↵Larry Meaney1-0/+1
changed records
2011-06-10* cache values in the Media objectLarry Meaney4-60/+88
* medialist, random media and print_main_media make better use of the Media object
2011-06-10Remove some inline stylingNigel Osborne2-16/+23
2011-06-10* only users with WT_USER_CAN_EDIT || WT_USER_CAN_ACCEPT can sort medialist ↵Larry Meaney3-14/+28
by filename * get_medialist2 pulls fewer fields from db, and lets db do the initial sort
2011-06-09Fix: error rendering 0 SOUR / 1 DATA / 2 EVENfisharebest1-1/+1
2011-06-09Fix: RTL sub-submenus not positioned correctly.fisharebest14-14/+97
2011-06-09RTL - missing icons on chart/timeline/XXX menu itemsfisharebest1-0/+1
2011-06-09#793655 - No localization comment in Located in ↵fisharebest2-4/+2
webtrees/library/WT/Person.php at line 439 [file rev 10285]
2011-06-09#786535 - Safari RtL Issuesfisharebest1-4/+4
2011-06-09RTL: wrong/missing icons in Help menufisharebest2-2/+4
2011-06-09CSS Menus - language/theme menus are always LTR, even on RTL pages, as they ↵fisharebest3-0/+9
contain (almost) entirely LTR text.
2011-06-09Remove old CSS markup for language/flags. We don't use these anymore. If ↵fisharebest5-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-09Add check for PHP module "iconv" in setup wizardfisharebest1-1/+1
2011-06-09I18N: Improve English texts. Refer to sort options consistently. Remove ↵fisharebest38-247/+196
"SHOW_MEDIA_FILENAME" configuration option, and use standardised behaviour.
2011-06-09Fix capitalisation errors. Remove "edit name" from the menu. The edit ↵fisharebest10-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-09I18N: Improve English texts. "Admin Option" is not very meaningfulfisharebest7-78/+67
2011-06-09I18N: Improve English texts. (Multi-)media items => "Media objects"fisharebest18-266/+228
2011-06-09Improve the English phrasing of new messagesfisharebest8-26/+26
2011-06-09More changes for "Remove the option to hide/show pending changes..."fisharebest2-129/+91
2011-06-09Fix: creating new users and self-registration stores password, rather than ↵fisharebest1-1/+1
password hash
2011-06-09comment out portions of filterMedia2 which are currently non-functionalLarry Meaney1-8/+9
2011-06-09* remove unnecessary "Exclude Links" option on medialist.phpLarry Meaney2-68/+9
* trim more unused code from get_medialist2()
2011-06-09Correct background color problem with flyout on sidebarRob Peters14-14/+28
2011-06-09Remove the option to hide/show pending changes. The option didn't work ↵fisharebest20-245/+149
properly (it wasn't "sticky"), wasn't applied consistently, and was rarely used.
2011-06-08We no longer have/need menu separators.fisharebest21-126/+1
2011-06-08Fix a couple of errors in "Simplify the presentation of pending changes, and ↵fisharebest2-2/+5
the options to show/hide/accept/reject them."
2011-06-08Bug #794457 - UID breaks out in extra information boxNigel Osborne19-109/+109
2011-06-08Move menu icon layout to single .css file in main colors directory -- for ↵Rob Peters17-2059/+327
easier maintenance. Fix some indi icon problems
2011-06-08Simplify the presentation of pending changes, and the options to ↵fisharebest15-409/+284
show/hide/accept/reject them.
2011-06-08Correct a few html and css validation errors.Rob Peters16-86/+47
2011-06-08Update colors theme header and menu to css format and add sprite imagesRob Peters18-2091/+5142
2011-06-08Update logic for determining "greyed out" tabsfisharebest4-6/+4
2011-06-08Grayed-out-tabs: use more obvious method name. make sure functions all ↵fisharebest11-25/+24
return boolean values. use class "rela" (opacity 67%) instead of "rela40" (undefined?)
2011-06-08Don't close the session until after we have displayed the header. ↵fisharebest8-242/+238
Customised themes might want to read/write session variables.
2011-06-08Better way to implement svn11729fisharebest1-2/+4
2011-06-08Put back long missing "greyed-out" tabs, to indicate to editors that tabs ↵Nigel Osborne11-3/+63
have no content.
2011-06-08stop button wasn't working in the random media module slideshowLarry Meaney1-1/+3
2011-06-08Allow random media module to display files in the standard media directoryLarry Meaney1-1/+3
2011-06-07Fix: webtrees-1.1.2 changed the "full name" column in wt_name to include the ↵fisharebest6-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-07Fix: remove bogus warning message about importing a different gedcom, when ↵fisharebest1-4/+6
the family tree name (WT_GEDCOM) is different to the imported filename.
2011-06-07Specify the BLOWFISH algorithm to generate password hashes. Update existing ↵fisharebest1-5/+22
password hashes to BLOWFISH as each user logs in.
2011-06-06Update version number - next release is planned to be 1.2.1fisharebest1-2/+2
2011-06-06Update version number, for 1.2.0 releasefisharebest1-2/+2
2011-06-06Update list of old files to delete in admin.phpfisharebest1-0/+88
2011-06-06Revert 11711 (addition of PasswordHash library). We will implement this ↵fisharebest2-263/+5
logic after the next release.
2011-06-06Fix for IE display problems (min-width on main menus doesn't work)Nigel Osborne2-4/+5
2011-06-05Bug #793268 - indi_sprite.png missing from webtrees themeNigel Osborne1-4/+4