summaryrefslogtreecommitdiff
path: root/modules/user_welcome
AgeCommit message (Collapse)AuthorFilesLines
2010-11-09Add I18N textfisharebest1-1/+1
2010-11-09Language updates. Use new names for roles, and consistent terms. e.g. ↵fisharebest1-3/+3
"moderate" instead of "accept/reject", "approve" instead of "accept", "change" instead of "edit", "family tree" instead of "GEDCOM", etc. There are lots more to do....
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&' for ones ↵fisharebest1-3/+3
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-09-20#632778 - No config allowed when using blocks in HTML blockŁukasz Wilenski1-2/+2
2010-07-18Fix size of images in user_welcome block - 3rd and (hopefully) final attempt.Nigel Osborne1-3/+3
2010-07-17Combine large and small icons - use CSS to downsize when small icons are ↵fisharebest1-3/+3
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-04Use "0" and "1" consistently for user-settings, instead of a mixture of 0/1, ↵fisharebest1-1/+1
y/n and yes/no
2010-06-03call to other blocks into html block (extended interface)Łukasz Wilenski1-2/+6
2010-05-28#584409 mygedview still in code a lotŁukasz Wilenski1-2/+2
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-1/+1
"Sentence case" to "Initial Capitals"
2010-05-12Fix name clash: WT_Module_Block::canLoadAjax() and WT_Module_Tab::canLoadAjax()fisharebest1-1/+1
2010-05-12Convert blocks to modulesfisharebest1-4/+38
2010-04-29Convert reports to modules. Prepar to convert charts/themes/blocks to modules.fisharebest1-0/+55