summaryrefslogtreecommitdiff
path: root/calendar.php
AgeCommit message (Collapse)AuthorFilesLines
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ↵fisharebest1-1/+1
rather than when we DISPLAY them. It is easier to do it in one place, not everywhere. getFullName() already calls canDisplayName(), so no need to call it a second time.
2011-07-11Always "require_once" functions_print_lists (not just "require"), because ↵Larry Meaney1-1/+1
the custom_js module may invoke WT_Stats which also needs functions_print_lists
2011-07-05Validation error - duplicate CSS IDfisharebest1-2/+2
2011-07-05Fix: various validation errors in calendar.phpfisharebest1-2/+3
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-31/+25
2011-06-04I18N: combine similar translations (use ones with embedded variables)fisharebest1-3/+2
2011-04-16Some tidy upVeit Olschinski1-91/+86
2011-03-04Remove intermediate functionfisharebest1-13/+13
2011-03-02Jewish month names "Adar" and "Adar I" reversed. Also, do not show leap ↵fisharebest1-0/+4
months on non-leap years.
2011-02-19Minor refactor: move calendar definitions to calendar filesfisharebest1-6/+6
2011-02-18Calendar.php: default to a calendar appropriate to the language. e.g. ↵fisharebest1-0/+10
farsi=>persian, arabic=>hijri, hebrew=>jewish
2011-02-18Add support for the Persian/Iranian/Jalali calendar system. Thanks to Benygh.fisharebest1-2/+4
2011-02-08Add width to cell to fix alignmentRob Peters1-1/+1
2011-02-08Move show items to same cellRob Peters1-26/+33
2011-02-08[Bug 677604] Few additional tweeks.Rob Peters1-2/+2
2011-02-07[Bug 677604] Calender goes over the right border on themes with longer names ↵Rob Peters1-11/+14
and smaller screen resolution
2011-02-05A small contribution to #677604fisharebest1-1/+1
2011-01-09Remove unnecessary RTL markupfisharebest1-2/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-49/+49
2011-01-01Refactoring class names and use autoloading.fisharebest1-7/+7
2011-01-01Refactoring class names and use autoloading.fisharebest1-16/+16
2010-11-21Fix: cannot change language on calendar.phpfisharebest1-2/+4
2010-10-30(no commit message)fisharebest1-1/+1
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&' for ones ↵fisharebest1-18/+16
in html, and '&' for ones in HTTP headers and between WT_JS_START/WT_JS_END markers. Get rid of "encode_url()" function, which attempted to "magically" fix problems with the wrong URL style.
2010-10-26Make images optionalNigel Osborne1-2/+6
2010-08-22add context translations to "unknown"Łukasz Wilenski1-1/+1
2010-08-04Fixed large image display, calendar.php, webtrees theme. Will not effect any ↵Nigel Osborne1-2/+2
other theme.
2010-07-17Combine large and small icons - use CSS to downsize when small icons are ↵fisharebest1-2/+2
required
2010-07-17Combine WT_THEME_DIR with WT_IMAGES. This reduces repetition, and will ↵fisharebest1-4/+4
allow themes to share common images, e.g. in the images directory.
2010-06-27Remove old references to print-preview modefisharebest1-211/+180
2010-06-20(no commit message)fisharebest1-1/+1
2010-05-23More general fix for svn8419fisharebest1-1/+1
2010-05-23minor change in calendarŁukasz Wilenski1-1/+1
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-1/+1
"Sentence case" to "Initial Capitals"
2010-05-12use translate_fact() functionŁukasz Wilenski1-1/+1
2010-05-12I18N: ALL -> All (both upper and lower case words are already present and ↵fisharebest1-1/+1
translated)
2010-05-07use translate_fact() functionŁukasz Wilenski1-12/+12
2010-04-07grammar fixŁukasz Wilenski1-1/+1
2010-04-05(no commit message)Veit Olschinski1-0/+619