summaryrefslogtreecommitdiff
path: root/note.php
AgeCommit message (Collapse)AuthorFilesLines
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-1/+0
2011-06-10I18N: feedback from translators. use standard message for file not found. ↵fisharebest1-4/+4
translate punctuation
2011-06-10I18N: feedback from translators. It is better to have separate translations ↵fisharebest1-5/+5
for individual/family/source/etc., than to use a generic word such as "record".
2011-06-09I18N: Improve English texts. (Multi-)media items => "Media objects"fisharebest1-2/+2
2011-06-09Improve the English phrasing of new messagesfisharebest1-4/+4
2011-06-09Remove the option to hide/show pending changes. The option didn't work ↵fisharebest1-25/+16
properly (it wasn't "sticky"), wasn't applied consistently, and was rarely used.
2011-06-08Fix a couple of errors in "Simplify the presentation of pending changes, and ↵fisharebest1-1/+1
the options to show/hide/accept/reject them."
2011-06-08Simplify the presentation of pending changes, and the options to ↵fisharebest1-46/+57
show/hide/accept/reject them.
2011-06-08Don't close the session until after we have displayed the header. ↵fisharebest1-3/+3
Customised themes might want to read/write session variables.
2011-05-30Correct tooltip for edit,copy,delete links in rtl and some other languages; ↵Nigel Osborne1-1/+1
move images for those links to indi_sprite.png
2011-05-16Tidy up. No functional changes.fisharebest1-2/+0
2011-05-05* move privacy checks from controller to view levelLarry Meaney1-11/+15
* tidy up code
2011-03-24$WT_IMAGES['notes'] and $WT_IMAGES['note'] are the same thing. (Use ↵fisharebest1-2/+2
singular, not plural). Plus, wrong image in Media Menu
2011-03-15Fix: bad HTML in note.phpfisharebest1-1/+0
2011-02-18Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/'fisharebest1-2/+2
2011-01-01Refactoring class names and use autoloading.fisharebest1-10/+10
2011-01-01Refactoring class names and use autoloading.fisharebest1-2/+1
2010-12-31Fix: pending changes to note facts cause all other facts to show as new.fisharebest1-1/+1
2010-12-13Remove unreachable codefisharebest1-6/+3
2010-12-08Simplify some code, (when printing notes/sources/media facts)fisharebest1-6/+2
2010-11-28fix undefined noterec variableŁukasz Wilenski1-0/+1
2010-11-26Handle upper/lower case mismatches at the controller level, rather than the ↵fisharebest1-17/+3
view level.
2010-11-25Ref bug #677809 - A few minor aesthetic updatesBrian Holland1-5/+5
2010-11-25Bug #677809 - Shared Note reference is case sensitiveBrian Holland1-5/+12
2010-10-30(no commit message)fisharebest1-2/+2
2010-10-19don't print 'Shared Note' prefix on notes pageŁukasz Wilenski1-1/+1
2010-10-04Add edit icon to replace text - further adjustmentNigel Osborne1-2/+2
2010-10-04Add edit icon to replace text.Nigel Osborne1-8/+9
2010-09-21(no commit message)fisharebest1-2/+2
2010-09-17more privacy for #641463Łukasz Wilenski1-1/+8
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-1/+1
allow themes to share common images, e.g. in the images directory.
2010-06-28Tidy up some globalsfisharebest1-0/+2
2010-06-26Remove old references to print-preview modefisharebest1-2/+1
2010-06-03Don't show XREF in bracketsfisharebest1-3/+0
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-2/+2
"Sentence case" to "Initial Capitals"
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-2/+2
"Sentence case" to "Initial Capitals"
2010-04-05(no commit message)Veit Olschinski1-0/+161