summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-21webtrees style.css - use RGB colours instead of colour namesfisharebest1-112/+112
2011-10-21CSS: cursor:hand is for IE5.5 and earlier. cursor:pointer is the standard.fisharebest7-9/+9
2011-10-21CSS: border-radius has been supported by every major browser for some time. ↵fisharebest9-54/+11
No longer need all the moz-, o-, khtml-, webkit-, etc. versions
2011-10-21Update _administration theme with latest jquery-ui.cssfisharebest1-45/+41
2011-10-21#803366 - Download "convert paths" option corrupts datafisharebest1-13/+23
2011-10-21#738365 - Internal-email message link incompleteŁukasz Wilenski2-24/+28
2011-10-21Update to 12344 - missed a "require_once".fisharebest1-0/+2
2011-10-21fix: Bug #735875 - Registration email process flawed, svn 11128Łukasz Wilenski4-216/+234
Bug #822376 - Reply doesn't work when subject is in quotes Bug #821738 - Answering a private message does not work
2011-10-21#821931 - Individual.php: Default tab isn't selected fisharebest13-98/+50
2011-10-21#834131 - Marriage Type printed upper casefisharebest1-3/+3
2011-10-21FAB theme: jQuery-UI override no longer needed, as jQuery-UI no longer ↵fisharebest1-5/+1
hard-codes fonts
2011-10-21Update jQuery-UI custom.css file to 1.8.16. Change the font setting from ↵fisharebest1-33/+23
"Lucida" to "inherit". There is no need to specify a font here, as we should pick it up from the theme. This fixes #815325, which is caused by poor RTL support in the Lucida fonts on certain operating systems.
2011-10-21#729744 - Use of quotes - batch search/replace & place hierarchyfisharebest1-29/+22
2011-10-21#796580 - "<" in surname breaks indilistfisharebest4-132/+85
2011-10-21Remove unnecessary "require_once"fisharebest1-2/+0
2011-10-20Eliminate some of the differences between the news and journal blocks. We ↵fisharebest2-15/+13
should be able to combine them completely, as we did with the user/gedcom favourite blocks.
2011-10-20Fix: missing dependency when gedcom-favorites disabled and user-favorites ↵fisharebest1-0/+2
enabled.
2011-10-20Performance: only check the DB schema for the favourites modules when we ↵fisharebest5-149/+14
actually need to. Delete some unused/empty files.
2011-10-20Remove unused functions from functions_rtl.phpfisharebest1-125/+0
2011-10-20Remove the CSSPARSER library. It is not really needed. We can achieve ↵fisharebest2-304/+4
theming of charts by using a transparent white background, as it is displayed over an existing background color. It is also very slow on some themes - over a second on webtrees theme.
2011-10-20Performance: only load clippings controller on pages that need it.fisharebest1-2/+2
2011-10-20Possible fix for infinite-recursion problem.fisharebest1-1/+1
2011-10-20Use consistent access when filtering data for export/downloadfisharebest3-41/+14
2011-10-20Remove old/unused functionfisharebest1-4/+1
2011-10-19Reverse 12339 - its not as simple as I thought :-(Nigel Osborne1-0/+1
2011-10-19Remove surname formatting from edit screens - its only useful on display.Nigel Osborne1-1/+0
2011-10-19don't load jquery twiceŁukasz Wilenski2-6/+1
2011-10-18Fix broken regexfisharebest1-1/+1
2011-10-18Applied some of Stephen's work to this theme for news and increased the left ↵Rob Peters1-6/+1
margin a bit for ease of reading
2011-10-18Chg border to top to match Stats block styling (padding). Webtrees theme only.Stephen Arnold1-1/+1
2011-10-18Fix broken regexfisharebest1-2/+2
2011-10-18Don't query database directly - use APIfisharebest1-3/+6
2011-10-18... and amend the on screen text.Nigel Osborne1-1/+1
2011-10-18One more change to cleanup - remove old "move" cursor style.Nigel Osborne2-2/+3
2011-10-17Remove drag/drop/trashcan from admin-site-clean.php. It is inconsistent ↵fisharebest4-89/+60
with the rest of our GUI and uses the prototype.js and scriptaculous.js libraries which we hope to remove.
2011-10-17Admin-site-clean: remove "cancel" button. It doesn't do anything and is not ↵fisharebest1-12/+0
needed.
2011-10-17Remove unnecessary (and dangerous) option to "Remove all non-essential files"Nigel Osborne1-9/+0
2011-10-17Update Zend Framework library from 1.11.10 to 1.11.11fisharebest0-0/+0
2011-10-17Fix missing padding on person_box (webtrees theme only)Nigel Osborne2-6/+9
2011-10-16Use TYPE when displaying FACT/EVEN in person-boxesfisharebest1-2/+12
http://webtrees.net/en/forums/9-request-for-new-feature/15301-display-of-even-type-as-label-in-person-boxes
2011-10-16#815312 - Clipping Cart Error (fix typo)fisharebest1-1/+1
2011-10-16#815312 - Clipping Cart Errorfisharebest1-12/+24
2011-10-16Remove meaningless "cancel" option from admin-trees-manage. I think this is ↵fisharebest1-3/+0
inherited from old code that used a popup window.
2011-10-16Fix: broken HTMLfisharebest1-1/+1
2011-10-161) Combine user and gedcom favourites blocks - they have identical logic.fisharebest2-327/+48
2) Don't fetch data directly from database - use API.
2011-10-16Access gedcom data via API, not directly from databasefisharebest2-48/+42
2011-10-16FIx: recent changes are not compatible with PHP5.2. fisharebest1-2/+3
2011-10-15Performance of INDI page and relationship calculator. Use gedcom object ↵fisharebest1-166/+71
(which is cached), instead of repeatedly fetching the same data from the database.
2011-10-15Performance tweak - for PHP5.3 and abovefisharebest1-1/+7
2011-10-15Performance of INDI page - don't fetch null records from database - they ↵fisharebest1-2/+2
won't exist!