summaryrefslogtreecommitdiff
path: root/modules/clippings
AgeCommit message (Collapse)AuthorFilesLines
2010-10-30(no commit message)fisharebest2-4/+4
2010-10-30Cosmetic change - consistent "; " before PHP close tagfisharebest1-43/+43
2010-10-30(no commit message)fisharebest2-43/+43
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&' for ones ↵fisharebest2-12/+11
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-10-22Add missing SVN properties for PHP filesfisharebest2-971/+971
2010-10-15#657898 - Sitemap error 1.0.4fisharebest1-1/+1
2010-09-25(no commit message)fisharebest2-8/+8
2010-09-25(no commit message)fisharebest2-8/+8
2010-09-20#636051 - Media Firewall prevents clippings cart from including mediafisharebest1-45/+14
2010-09-18Fix: clippings cart URLs do not reference gedcomfisharebest1-13/+6
Simplify text on privatised records - it is sufficient to add a "private" label.
2010-09-17Fix: "site admin" is not a meaningful option for downloading gedcom clipping ↵fisharebest3-6/+3
files
2010-09-11(no commit message)fisharebest3-232/+141
2010-09-10Remove HOME_SITE_TEXT/HOME_SITE_URL settings. These generally defaulted to ↵fisharebest1-4/+1
"About PhpGedView", were inconsistently used by different themes, and didn't really achieve what was needed. Embedded sites really need a customt theme. This link can always be placed in a welcome page block.
2010-07-17Combine large and small icons - use CSS to downsize when small icons are ↵fisharebest2-2/+2
required
2010-07-17Combine large and small icons - use CSS to downsize when small icons are ↵fisharebest2-3/+3
required
2010-07-17Prepare to combine large and small icons - use CSS to downsize when small ↵fisharebest1-9/+7
icons are required
2010-07-17Combine WT_THEME_DIR with WT_IMAGES. This reduces repetition, and will ↵fisharebest2-19/+17
allow themes to share common images, e.g. in the images directory.
2010-07-15Fix typofisharebest1-1/+1
2010-07-11#593306 Adding to clippings cart menu in wrong placeŁukasz Wilenski1-5/+34
2010-06-18(no commit message)fisharebest1-31/+11
2010-06-14Fix: privacy function checking wrong recordfisharebest1-6/+6
2010-06-10Only fetch site settings from database when actually neededfisharebest1-1/+1
2010-06-06Move gedcom and privacy settings from .PHP files to database tablesfisharebest1-19/+25
2010-05-28#584645 Source info will not displayfisharebest2-11/+3
2010-05-25Move module-specific help-text items to the module's help filefisharebest2-5/+5
2010-05-24Use constant instead of global variablefisharebest1-1/+1
2010-05-17#581445 Can't get clippings (8328)fisharebest2-18/+9
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest3-3/+3
"Sentence case" to "Initial Capitals"
2010-05-14fix some bugsŁukasz Wilenski1-1/+1
2010-05-14fix clipping cart not openŁukasz Wilenski1-1/+1
2010-05-12Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest2-2/+2
"Sentence case" to "Initial Capitals"
2010-05-10add missing globalsŁukasz Wilenski1-0/+1
2010-05-09#574920 Clippings Cart module links to My Page onlyfisharebest2-8/+20
2010-05-05Fix: Recent changes to technical and genealogy contacts were incompletefisharebest1-2/+2
2010-05-04Replace "custom PGV tags" with "custom webtrees tags"Nigel Osborne2-2/+2
2010-05-04Replace _PGVUSER with _WT_USERNigel Osborne2-2/+2
2010-04-26(no commit message)fisharebest1-3/+3
2010-04-16(no commit message)fisharebest1-1/+1
2010-04-13Remove old language codefisharebest1-1/+0
2010-04-11Rename pgv_module.php to module.phpVeit Olschinski1-0/+0
2010-04-06Start to refactor module code. Administration and initialisation. NOTE: ↵fisharebest1-0/+1
changes to DB structure.
2010-04-05(no commit message)Veit Olschinski4-0/+1629