summaryrefslogtreecommitdiff
path: root/modules/review_changes
AgeCommit message (Collapse)AuthorFilesLines
2010-11-09Language updates. Use new names for roles, and consistent terms. e.g. ↵fisharebest2-8/+7
"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-2/+1
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-21security and privacy for SVN 9496Łukasz Wilenski1-2/+4
2010-09-20#632778 - No config allowed when using blocks in HTML blockŁukasz Wilenski1-1/+6
2010-09-07Remove help text item that doesn't add any useful extra informationfisharebest1-2/+2
2010-09-01Move common help text to main help text file (scrollbars)Nigel Osborne2-3/+1
2010-08-18Minor grammar change on config screens for blocksNigel Osborne1-1/+1
2010-08-16Changes from Wes Groleau related to Bug #614803 - duplicate help text could ↵Nigel Osborne2-1/+48
be merged?
2010-07-17Combine large and small icons - use CSS to downsize when small icons are ↵fisharebest1-1/+1
required
2010-07-17Combine WT_THEME_DIR with WT_IMAGES. This reduces repetition, and will ↵fisharebest1-2/+2
allow themes to share common images, e.g. in the images directory.
2010-07-16add missing spaceŁukasz Wilenski1-3/+4
2010-06-06Move gedcom and privacy settings from .PHP files to database tablesfisharebest1-2/+2
2010-06-03call to other blocks into html block (extended interface)Łukasz Wilenski1-6/+9
2010-06-01Quote table names - to allow for "bad" choices of TBLPREFIXfisharebest1-2/+2
2010-05-28Simplify SQL statements. Use "##table_name" instead of "{$TBLPREFIX}table_name"fisharebest1-3/+3
2010-05-12Add option to add scroll bars to blocks that can grow very long.fisharebest1-22/+25
2010-05-12Merge 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-6/+136
2010-04-29Convert reports to modules. Prepar to convert charts/themes/blocks to modules.fisharebest1-0/+57