| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-10-23 | Remove the LINK_ICONS and ZOOM_BOXES options (which control whether popup ↵ | fisharebest | 4 | -103/+55 | |
| menus are activated on click, hover, etc.) These are unnecessary, confusing, and don't work properly. | |||||
| 2011-10-22 | #604136 - Nav Options box location display bug-SVN 906651 | Łukasz Wilenski | 1 | -13/+2 | |
| 2011-10-22 | #816949 - occurence of a DEAT, BIRT or CHR event with only a note attached | fisharebest | 1 | -9/+11 | |
| 2011-10-22 | #859050 - cannot add "1 RESN" to "0 NOTE" | fisharebest | 2 | -5/+9 | |
| 2011-10-22 | #766602 - innacurate search results | fisharebest | 1 | -14/+0 | |
| 2011-10-21 | #803366 - Download "convert paths" option corrupts data | fisharebest | 1 | -13/+23 | |
| 2011-10-21 | #738365 - Internal-email message link incomplete | Łukasz Wilenski | 1 | -23/+22 | |
| 2011-10-21 | fix: Bug #735875 - Registration email process flawed, svn 11128 | Łukasz Wilenski | 1 | -41/+43 | |
| 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 | fisharebest | 4 | -18/+43 | |
| 2011-10-21 | #834131 - Marriage Type printed upper case | fisharebest | 1 | -3/+3 | |
| 2011-10-21 | #796580 - "<" in surname breaks indilist | fisharebest | 1 | -6/+6 | |
| 2011-10-20 | Remove unused functions from functions_rtl.php | fisharebest | 1 | -125/+0 | |
| 2011-10-20 | Remove the CSSPARSER library. It is not really needed. We can achieve ↵ | fisharebest | 2 | -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-20 | Use consistent access when filtering data for export/download | fisharebest | 1 | -26/+6 | |
| 2011-10-19 | Reverse 12339 - its not as simple as I thought :-( | Nigel Osborne | 1 | -0/+1 | |
| 2011-10-19 | Remove surname formatting from edit screens - its only useful on display. | Nigel Osborne | 1 | -1/+0 | |
| 2011-10-17 | Fix missing padding on person_box (webtrees theme only) | Nigel Osborne | 1 | -6/+6 | |
| 2011-10-15 | Performance of INDI page and relationship calculator. Use gedcom object ↵ | fisharebest | 1 | -166/+71 | |
| (which is cached), instead of repeatedly fetching the same data from the database. | |||||
| 2011-10-15 | Performance of INDI page - don't fetch null records from database - they ↵ | fisharebest | 1 | -2/+2 | |
| won't exist! | |||||
| 2011-10-15 | Minor refactoring - move code relating to GEDCOM records into the GEDCOM objects | fisharebest | 2 | -106/+6 | |
| 2011-10-15 | (no commit message) | Nigel Osborne | 1 | -58/+21 | |
| 2011-10-14 | fix for Addition of column on indi list for registered users (sortable by ↵ | Łukasz Wilenski | 1 | -19/+21 | |
| user role) - users with visitor role | |||||
| 2011-10-14 | Correction to datatables indi list for multiple GEDCOMs on search results pages. | Nigel Osborne | 1 | -56/+86 | |
| Addition of column on indi list for registered users (sortable by user role) | |||||
| 2011-10-13 | Search engines: | fisharebest | 2 | -15/+28 | |
| Fix bad HTML in headers for pages shown to search engines Send HTTP/403 instead of HTTP/302 for pages that are not allowed Only check for search engine once - simplifies theme headers | |||||
| 2011-10-11 | Correction to 12288 | Nigel Osborne | 1 | -11/+11 | |
| 2011-10-11 | Update INDI list to use datatables | Nigel Osborne | 1 | -114/+196 | |
| 2011-10-10 | fix media lists not loaded correctly | Łukasz Wilenski | 1 | -1/+1 | |
| 2011-10-10 | Do not generate links to relationship.php for search engines | fisharebest | 1 | -1/+7 | |
| 2011-10-08 | Add support for CDNs that require separate compressed/uncompressed versions. | fisharebest | 1 | -14/+19 | |
| 2011-10-08 | Added defines for external js library load | Veit Olschinski | 1 | -8/+13 | |
| 2011-10-08 | Added defines for external js library load | Veit Olschinski | 1 | -2/+2 | |
| 2011-10-08 | Added defines for external js library load | Veit Olschinski | 1 | -1/+1 | |
| 2011-10-08 | Added defines for external js library load | Veit Olschinski | 1 | -0/+11 | |
| 2011-10-06 | changes to the reports by Meliza | Łukasz Wilenski | 1 | -19/+27 | |
| fix #726469 Overwritten lines in pdf reports - 1.1.0 and some other issues, especially RTL | |||||
| 2011-10-06 | remove some testing code | Łukasz Wilenski | 1 | -12/+1 | |
| 2011-10-06 | Add initial support for serving static files from a content delivery network. | fisharebest | 4 | -28/+36 | |
| 2011-10-06 | tidy up facts displaying | Łukasz Wilenski | 1 | -127/+145 | |
| 2011-10-06 | When adding new facts, do not show GEDCOM code, just the description. We ↵ | fisharebest | 1 | -10/+12 | |
| should not expose GEDCOM internals to end users. | |||||
| 2011-10-06 | Remove references to unused "?GEDCOM=xxx" URL parameter. | fisharebest | 1 | -5/+2 | |
| 2011-10-06 | MARB cannot be used to infer a MARR (in the same way that BURI can be used ↵ | fisharebest | 1 | -1/+1 | |
| to infer a DEAT), as it happens *before* the MARR | |||||
| 2011-10-05 | Merge duplicate translations that differ only in upper/lower case | fisharebest | 5 | -19/+16 | |
| 2011-09-26 | Fix: RTL formatting error | fisharebest | 1 | -1/+1 | |
| 2011-09-26 | Fix: RTL formatting error | fisharebest | 1 | -5/+5 | |
| 2011-09-26 | Fix: double-escaping of HTML characters | fisharebest | 1 | -1/+1 | |
| 2011-09-26 | (no commit message) | Nigel Osborne | 1 | -2/+2 | |
| 2011-09-25 | Better feedback and consistency when deleting records | fisharebest | 2 | -25/+8 | |
| 2011-09-22 | Need to remove markup for alt-text of silhouettes | fisharebest | 1 | -1/+1 | |
| 2011-09-22 | Remove PrintReady() | fisharebest | 2 | -43/+47 | |
| 2011-09-22 | No need to call strip_tags() twice on the same data. | fisharebest | 1 | -4/+2 | |
| 2011-09-22 | Fix: double-escaping of HTML special characters in page titles | fisharebest | 1 | -1/+1 | |
