summaryrefslogtreecommitdiff
path: root/library/WT/Note.php
AgeCommit message (Collapse)AuthorFilesLines
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-119/+0
2014-12-16PHPDocGreg Roach1-9/+3
2014-11-08PHPDocGreg Roach1-2/+3
2014-10-22#284 - wrong record types/links causes errorGreg Roach1-0/+21
2014-10-21PSR-1Greg Roach1-1/+1
2014-10-17PHPDocGreg Roach1-4/+4
2014-10-17PHPDocGreg Roach1-11/+23
2014-10-10Remove random textGreg Roach1-1/+0
2014-10-10Shared note titles are escaped twiceGreg Roach1-1/+2
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-1/+1
2014-09-28Fix #1083922 - Note prefix selection ignoredGreg Roach1-1/+1
2014-09-28A note with no name cannot easily be accessedGreg Roach1-8/+10
2014-09-20Remove unused codeGreg Roach1-1/+0
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-2/+2
2014-09-12Use the (faster) native mb_string functions where available, and fallbacks ↵Greg Roach1-1/+1
where not.
2014-08-29Move global I18N functions to I18N classGreg Roach1-1/+1
2014-06-21#158 - 'names' for notes containing markdownGreg Roach1-10/+16
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-5/+0
2014-01-25New name code needs special case for note recordsGreg Roach1-14/+9
2014-01-25#1266116 - Private name still shows up in search resultsGreg Roach1-1/+3
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-2/+2
2013-10-05Fix: note objects do not show contents when pendingGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-07-29Shared notes with blank lines truncatedfisharebest1-2/+2
2013-06-29(no commit message)fisharebest1-10/+18
2013-06-23Remove unused variablefisharebest1-1/+1
2013-06-23Use PHP5.3 language features in gedcom-record classesfisharebest1-11/+5
2013-06-22"Private note" created using invalid GEDCOM (two spaces)fisharebest1-1/+1
2011-10-15Minor refactoring - move code relating to GEDCOM records into the GEDCOM objectsfisharebest1-0/+13
2011-04-29Refactor the privacy calculations. This provides a significant performance ↵fisharebest1-0/+22
increase by: 1) merging the privacy calculation with the gedcom objects 2) not repeatedly fetching the same database records while calculating privacy 3) keeping only one cache of privacy calculations 4) not caching the private data - recalculate it when needed Also fixes bug #773135 - Editing objects with private data cause corruption and loss
2011-01-01Refactoring class names and use autoloading.fisharebest1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-29/+23
2011-01-01Refactoring class names and use autoloading.fisharebest1-0/+63