summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Collapse)AuthorFilesLines
2011-05-23always display file sizes in whole KBLarry Meaney1-2/+2
2011-05-22Remove two configuration options. DISPLAY_JEWISH_GERESHAYIM was never ↵fisharebest1-1/+1
actually used by the code, and DISPLAY_JEWISH_THOUSANDS is not needed (meliza + kosherjava)
2011-05-22bug 783620 - medialist.php unable to work with large lists of media itemsLarry Meaney1-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-22Family list performance. Count children from information in memory, rather ↵fisharebest1-4/+11
than query the database again.
2011-05-21medialist.php makes better use of the Media classLarry Meaney1-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-20All highlight images make better use of the Media classLarry Meaney2-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 fisharebest1-0/+1
2011-05-17Printing facts: Allow I18N of punctuation, ensure user input is escaped ↵fisharebest2-9/+11
before output, restructure code for consistency and to reduce repetition.
2011-05-17use array_merge instead of extractLarry Meaney1-17/+19
2011-05-16Lifespan chart - black text on dark backgrounds are very difficult to read. ↵fisharebest1-4/+4
Only use light backgrounds.
2011-05-16random media block and imageview.php make better use of the Media classLarry Meaney2-46/+72
Media->displayMedia() now accepts parameters via an array Renamed Media->getImagesize() to Media->getImageAttributes()
2011-05-15Fix: privacy errors. Checking for "can display name" instead of "can ↵fisharebest3-4/+11
display details". This reveals too much private information.
2011-05-15Stats: count of surnames should take account of collation rules. e.g. Peña ↵fisharebest1-1/+4
and Pena are the same in English, but different in Spanish.
2011-05-14Fix: Search&replace checking for "accept" privileges, rather than "edit" ↵fisharebest1-20/+4
privileges. Should be consistent with code to display the search menu options (menu bar and search form).
2011-05-14Remove some old PHP4 code. PHP5 passes objects by reference automaticallyfisharebest2-7/+7
2011-05-14Remove some old PHP4 code. PHP5 passes objects by reference automaticallyfisharebest3-17/+5
2011-05-14Remove some old PHP4 code. PHP5 passes objects by reference automaticallyfisharebest1-2/+2
2011-05-14Fix: divide by zero error in statisticsfisharebest1-2/+5
2011-05-14Advanced search: maintain the sort order of the extra fieldsfisharebest1-4/+13
2011-05-14refining media importLarry Meaney1-9/+0
2011-05-14The default fields for the advanced search come from an non-editable config ↵fisharebest1-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-14Fix: undefined $media->ext during file importfisharebest1-0/+9
2011-05-14fix problem with Recent Changes block, introduced in 11506Larry Meaney1-0/+8
2011-05-13Remove some old PHP4 code. PHP5 passes objects by reference automaticallyfisharebest1-5/+5
2011-05-13Kilobytes are KB, not kb. Text with multiple place-holders need order ↵fisharebest1-3/+3
indicators.
2011-05-13Add I18N for numbersLarry Meaney1-4/+5
2011-05-12I18N: add support for the translation of numbers. For example, 12345.67. ↵fisharebest3-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-12rewrite Media classLarry Meaney2-108/+363
2011-05-11Updated tcpdf to 5.9.077Veit Olschinski3-27/+30
2011-05-10Move "percentage" formatting/translation to the Stats class, so we only need ↵fisharebest1-19/+11
to do it in one place.
2011-05-09Re-enable the caching of privacy calculationsfisharebest1-5/+8
2011-05-08Family names: code to detect script was only looking at surname. This fails ↵fisharebest1-2/+2
when we have a known given name and unknown surname.
2011-05-08Split the WT_I18N::translate() function into two parts - translation and ↵fisharebest1-37/+26
embedding variables. This lets use use WT_I18N::sprintf() to embed variables, taking caring of RTL, non-latin numbers, etc.
2011-05-07Updated tcpdf to 5.9.076Veit Olschinski3-14/+51
2011-05-05#778014 - Close Relatives Reportfisharebest1-1/+2
2011-05-05WT_Family::getChildren() ignoring the SHOW_PRIVATE_RELATIONSHIPS settingfisharebest1-6/+4
2011-05-05* move privacy checks from controller to view levelLarry Meaney3-21/+0
* tidy up code
2011-05-05specify whether methods are public or privateLarry Meaney1-25/+25
2011-05-04fix wrongly committed changesŁukasz Wilenski1-2/+2
2011-05-03Fix: Full names not being shown on individual page, due to privacy filtering ↵fisharebest1-9/+10
on dummy record.
2011-05-03Update to 11435 - the gedcom format is still not exactly rightfisharebest1-1/+1
2011-05-03Call $this->getPageTitle() instead of hard-coding a page titleLarry Meaney3-3/+3
2011-05-02Fix: source privacy failing to check repository privacyfisharebest1-1/+1
2011-05-02Fix: individual page not showing names to visitorsfisharebest1-3/+2
2011-05-01Update interactive tree iconsRob Peters1-3/+3
2011-05-01#774987 - Ancetors display fisharebest1-1/+2
2011-05-01Change the display of unknown names from "(Unknown)" to "…". This avoids ↵fisharebest1-8/+5
many complications (mis-matched scripts, mixed LTR/RTL), is more compact, is more compliant with GEDCOM/genealogy standards, etc.
2011-05-01Privacy calculations should query data directly - they can use functions ↵fisharebest1-3/+6
that depend on privacy, or there are circular dependencies.
2011-05-01Rename "Pedigree tree" -> "Pedigree"fisharebest1-1/+1
2011-04-30Rename: Pedigree chart -> Pedigree treefisharebest1-1/+1