aboutsummaryrefslogtreecommitdiff
path: root/scripts/author.php
Commit message (Expand)AuthorAgeFilesLines
* Fix for PHP8. Trim $Author (PITS:01208)petko2022-10-091-2/+2
* Fix author.php may be included before some variables are defined, reported by...petko2022-06-051-1/+6
* Add $CurrentLocalTime, parsed as <time> and localized, FmtDateTimeZ(); $Enabl...petko2022-01-091-2/+3
* Updates for PHP 8.1.petko2021-12-221-2/+2
* Add pmsetcookie(), $EnableCookieSecure, $EnableCookieHTTPOnly (PITS:01425)petko2017-11-081-1/+1
* Update Wikipedia intermap entry (secure https).petko2017-06-151-1/+1
* Remove preview Markup for ~~~ and ~~~~ not needed after fix for PITS:01408petko2017-06-021-2/+0
* Forms: remove "target" attribute (broke PmForm); add HTML5 input types "email...petko2015-08-261-1/+3
* Add Markup_e(), PPRE(), PPRA(), PCCF(), migrate preg_replace() eval to preg_r...petko2013-09-201-4/+3
* Add docx, pptx, xlsx upload extentions; hide E_DEPRECATED errors for PHP 5.5petko2013-06-081-1/+1
* Fix $AuthorPage if there is a group named the same as the authorpetko2013-05-081-1/+1
* Added PHSC() helper func as a replacement for PHP 5.4 htmlspecialchars().petko2012-07-161-1/+1
* Revert to 2.2.14 +fix new bugs. Kill $LinkPrefixGroup, $LinkPrefixFmt and !Ca...petko2010-03-051-2/+4
* * Move $AuthorGroup to pmwiki.php (PITS:01163).petko2010-02-271-4/+2
* Fix apostrophes in Author field, PITS:01155petko2009-12-021-2/+2
* Fix previews with signatures ~~~ not linking to Profile pagespetko2009-07-121-1/+1
* Fix $ROSPatterns, add $ROEPatterns.pmichaud2007-04-191-2/+5
* Fix bug with handling of [[~...]] links.pmichaud2006-06-021-1/+1
* Copyright updates.pmichaud2006-03-121-1/+1
* Fixed bug with setting $Author from $AuthId.pmichaud2006-02-241-1/+1
* Added automatic setting of $Author from $AuthId.pmichaud2006-02-141-2/+2
* Updated copyright dates.pmichaud2005-09-291-1/+1
* Changed $PmWikiCookie to $CookiePrefix.pmichaud2005-09-161-1/+1
* Cleaned up author variable handling and cookies.pmichaud2005-09-161-4/+9
* Adjusted author patterns to be more restrictive.pmichaud2005-09-081-4/+4
* Fixed problem with 'postsave' bypassing various post checks.pmichaud2005-07-221-2/+2
* Updates for new markup-based edit forms.pmichaud2005-07-091-3/+3
* Removed trailing ?> to help vms (and other) installspmichaud2005-04-231-1/+0
* Fixed bugs in $AuthorPage and $AuthorLink.pmichaud2005-02-071-3/+3
* Fixed bug in author name manipulation.pmichaud2004-12-101-1/+1
* Fixed misnamed $EditPostAuthorRequired.pmichaud2004-12-021-1/+1
* Changed $_REQUEST to $_POST.pmichaud2004-12-011-1/+1
* Eliminated bizarre constant line.pmichaud2004-10-281-1/+0
* Fixed ~~~ to display correctly in page preview.pmichaud2004-10-011-0/+2
* More conversions to new Markup routine.pmichaud2004-07-171-1/+1
* Adjusted scripts to use new MarkupPatterns levels.pmichaud2004-07-151-1/+1
* Changed SignAuthor to use ReplaceOnSave.pmichaud2004-06-191-13/+4
* Only do author signature substitution upon post (not preview).pmichaud2004-06-171-0/+1
* Added require author and sign author.pmichaud2004-06-141-0/+23
* Moved location of [[~...]] markup.pmichaud2004-06-061-1/+1
* Initial version (from PmWiki 0.6).pmichaud2004-06-061-0/+32