| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-05-23 | always display file sizes in whole KB | Larry Meaney | 1 | -2/+2 | |
| 2011-05-22 | Remove two configuration options. DISPLAY_JEWISH_GERESHAYIM was never ↵ | fisharebest | 1 | -1/+1 | |
| actually used by the code, and DISPLAY_JEWISH_THOUSANDS is not needed (meliza + kosherjava) | |||||
| 2011-05-22 | bug 783620 - medialist.php unable to work with large lists of media items | Larry Meaney | 1 | -1/+1 | |
| removed another variable ("LEVEL") from the session Media->getHtmlUrlSnippet needs access to two global vars: $LB_URL_WIDTH,$LB_URL_HEIGHT; fixed problem with external files introduced in 11566 | |||||
| 2011-05-22 | Family list performance. Count children from information in memory, rather ↵ | fisharebest | 1 | -4/+11 | |
| than query the database again. | |||||
| 2011-05-21 | medialist.php makes better use of the Media class | Larry Meaney | 1 | -11/+23 | |
| rename Media->isFileExternal() to Media->isExternal() pass alertnotfound=>true to displayMedia to show a "file not found" message when the main image is missing | |||||
| 2011-05-20 | All highlight images make better use of the Media class | Larry Meaney | 2 | -91/+143 | |
| Created display_silhouette() function to display gender-specific silhouettes move thumb_or_main() from functions.php to functions_mediadb.php | |||||
| 2011-05-19 | #784941 - Using media files as a favorite breaks home page | fisharebest | 1 | -0/+1 | |
| 2011-05-17 | Printing facts: Allow I18N of punctuation, ensure user input is escaped ↵ | fisharebest | 2 | -9/+11 | |
| before output, restructure code for consistency and to reduce repetition. | |||||
| 2011-05-17 | use array_merge instead of extract | Larry Meaney | 1 | -17/+19 | |
| 2011-05-16 | Lifespan chart - black text on dark backgrounds are very difficult to read. ↵ | fisharebest | 1 | -4/+4 | |
| Only use light backgrounds. | |||||
| 2011-05-16 | random media block and imageview.php make better use of the Media class | Larry Meaney | 2 | -46/+72 | |
| Media->displayMedia() now accepts parameters via an array Renamed Media->getImagesize() to Media->getImageAttributes() | |||||
| 2011-05-15 | Fix: privacy errors. Checking for "can display name" instead of "can ↵ | fisharebest | 3 | -4/+11 | |
| display details". This reveals too much private information. | |||||
| 2011-05-15 | Stats: count of surnames should take account of collation rules. e.g. Peña ↵ | fisharebest | 1 | -1/+4 | |
| and Pena are the same in English, but different in Spanish. | |||||
| 2011-05-14 | Fix: Search&replace checking for "accept" privileges, rather than "edit" ↵ | fisharebest | 1 | -20/+4 | |
| privileges. Should be consistent with code to display the search menu options (menu bar and search form). | |||||
| 2011-05-14 | Remove some old PHP4 code. PHP5 passes objects by reference automatically | fisharebest | 2 | -7/+7 | |
| 2011-05-14 | Remove some old PHP4 code. PHP5 passes objects by reference automatically | fisharebest | 3 | -17/+5 | |
| 2011-05-14 | Remove some old PHP4 code. PHP5 passes objects by reference automatically | fisharebest | 1 | -2/+2 | |
| 2011-05-14 | Fix: divide by zero error in statistics | fisharebest | 1 | -2/+5 | |
| 2011-05-14 | Advanced search: maintain the sort order of the extra fields | fisharebest | 1 | -4/+13 | |
| 2011-05-14 | refining media import | Larry Meaney | 1 | -9/+0 | |
| 2011-05-14 | The default fields for the advanced search come from an non-editable config ↵ | fisharebest | 1 | -6/+15 | |
| setting and a hard-coded list. The config setting has a 255 char limit, so make this all hard coded for consistency. | |||||
| 2011-05-14 | Fix: undefined $media->ext during file import | fisharebest | 1 | -0/+9 | |
| 2011-05-14 | fix problem with Recent Changes block, introduced in 11506 | Larry Meaney | 1 | -0/+8 | |
| 2011-05-13 | Remove some old PHP4 code. PHP5 passes objects by reference automatically | fisharebest | 1 | -5/+5 | |
| 2011-05-13 | Kilobytes are KB, not kb. Text with multiple place-holders need order ↵ | fisharebest | 1 | -3/+3 | |
| indicators. | |||||
| 2011-05-13 | Add I18N for numbers | Larry Meaney | 1 | -4/+5 | |
| 2011-05-12 | I18N: add support for the translation of numbers. For example, 12345.67. ↵ | fisharebest | 3 | -21/+42 | |
| In English, this is "12,345.67". In French, this is "12 345.67" and in German, this is "12,345.67" | |||||
| 2011-05-12 | rewrite Media class | Larry Meaney | 2 | -108/+363 | |
| 2011-05-11 | Updated tcpdf to 5.9.077 | Veit Olschinski | 3 | -27/+30 | |
| 2011-05-10 | Move "percentage" formatting/translation to the Stats class, so we only need ↵ | fisharebest | 1 | -19/+11 | |
| to do it in one place. | |||||
| 2011-05-09 | Re-enable the caching of privacy calculations | fisharebest | 1 | -5/+8 | |
| 2011-05-08 | Family names: code to detect script was only looking at surname. This fails ↵ | fisharebest | 1 | -2/+2 | |
| when we have a known given name and unknown surname. | |||||
| 2011-05-08 | Split the WT_I18N::translate() function into two parts - translation and ↵ | fisharebest | 1 | -37/+26 | |
| embedding variables. This lets use use WT_I18N::sprintf() to embed variables, taking caring of RTL, non-latin numbers, etc. | |||||
| 2011-05-07 | Updated tcpdf to 5.9.076 | Veit Olschinski | 3 | -14/+51 | |
| 2011-05-05 | #778014 - Close Relatives Report | fisharebest | 1 | -1/+2 | |
| 2011-05-05 | WT_Family::getChildren() ignoring the SHOW_PRIVATE_RELATIONSHIPS setting | fisharebest | 1 | -6/+4 | |
| 2011-05-05 | * move privacy checks from controller to view level | Larry Meaney | 3 | -21/+0 | |
| * tidy up code | |||||
| 2011-05-05 | specify whether methods are public or private | Larry Meaney | 1 | -25/+25 | |
| 2011-05-04 | fix wrongly committed changes | Łukasz Wilenski | 1 | -2/+2 | |
| 2011-05-03 | Fix: Full names not being shown on individual page, due to privacy filtering ↵ | fisharebest | 1 | -9/+10 | |
| on dummy record. | |||||
| 2011-05-03 | Update to 11435 - the gedcom format is still not exactly right | fisharebest | 1 | -1/+1 | |
| 2011-05-03 | Call $this->getPageTitle() instead of hard-coding a page title | Larry Meaney | 3 | -3/+3 | |
| 2011-05-02 | Fix: source privacy failing to check repository privacy | fisharebest | 1 | -1/+1 | |
| 2011-05-02 | Fix: individual page not showing names to visitors | fisharebest | 1 | -3/+2 | |
| 2011-05-01 | Update interactive tree icons | Rob Peters | 1 | -3/+3 | |
| 2011-05-01 | #774987 - Ancetors display | fisharebest | 1 | -1/+2 | |
| 2011-05-01 | Change the display of unknown names from "(Unknown)" to "…". This avoids ↵ | fisharebest | 1 | -8/+5 | |
| many complications (mis-matched scripts, mixed LTR/RTL), is more compact, is more compliant with GEDCOM/genealogy standards, etc. | |||||
| 2011-05-01 | Privacy calculations should query data directly - they can use functions ↵ | fisharebest | 1 | -3/+6 | |
| that depend on privacy, or there are circular dependencies. | |||||
| 2011-05-01 | Rename "Pedigree tree" -> "Pedigree" | fisharebest | 1 | -1/+1 | |
| 2011-04-30 | Rename: Pedigree chart -> Pedigree tree | fisharebest | 1 | -1/+1 | |
