summaryrefslogtreecommitdiff
path: root/index_edit.php
AgeCommit message (Collapse)AuthorFilesLines
2011-11-16http://webtrees.net/en/forums/23-help-for-ver-12-latest-release/17208-find-i ↵Łukasz Wilenski1-0/+3
d-in-charts-block-configuration
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-1/+1
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-05Implement "fluid" interface for controller - allows requests to be chained.fisharebest1-1/+1
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-4/+6
2011-11-05#883413 - Move Block from side to side removes itŁukasz Wilenski1-124/+106
2011-08-15Temporarily removed non-operating option ↵Nigel Osborne1-1/+2
(http://webtrees.net/en/forums/23-help-for-ver-12-latest-release/14595-my-page-about-modules#14673)
2011-07-19Bug #789994 - RTL home and my page configuration forms - arrow icons wrong ↵Łukasz Wilenski1-6/+15
direction
2011-07-05Validation: tabindex is not allowed to be negative.fisharebest1-10/+10
2011-06-19Block configuration page - show the description of the blockfisharebest1-8/+8
2011-06-19Update the names and descriptions of the modules, so that they are ↵fisharebest1-5/+3
(hopefully!) clear, concise, accurate and consistent.
2011-03-05RTL formatting. Don't hard-code every element - use the "cascading" <html ↵fisharebest1-7/+7
dir="rtl">
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-32/+26
2011-01-01Refactoring class names and use autoloading.fisharebest1-27/+27
2010-12-26Remove some old / unreachable codefisharebest1-40/+23
2010-12-10Combine translations that differ only in capitalisationfisharebest1-4/+4
2010-10-30(no commit message)fisharebest1-6/+6
2010-10-30Cosmetic change - consistent "; " before PHP close tagfisharebest1-2/+2
2010-09-25Tidy up whitespace/indentsfisharebest1-1/+1
2010-07-17Combine large and small icons - use CSS to downsize when small icons are ↵fisharebest1-6/+6
required
2010-07-17Combine WT_THEME_DIR with WT_IMAGES. This reduces repetition, and will ↵fisharebest1-6/+6
allow themes to share common images, e.g. in the images directory.
2010-07-08Remove references to block-caching system. We haven't used it for some ↵fisharebest1-11/+0
time.....
2010-06-01Quote table names - to allow for "bad" choices of TBLPREFIXfisharebest1-8/+8
2010-05-28Simplify SQL statements. Use "##table_name" instead of "{$TBLPREFIX}table_name"fisharebest1-8/+8
2010-05-19Help texts typos(2) - Bug #582800Nigel Osborne1-1/+1
2010-05-13#579752 New Block configuration - On This Dayfisharebest1-2/+6
2010-05-12Convert blocks to modulesfisharebest1-160/+64
2010-04-14Update index page automatically after updating config.fisharebest1-196/+181
2010-04-14Make block initialisation consistentfisharebest1-13/+8
2010-04-05(no commit message)Veit Olschinski1-0/+558