aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Version=pmwiki-2.2.63petko2014-04-051-1/+1
* Documentation update.petko2014-04-0510-53/+53
* Add HTML5 input attributes "required", "placeholder", "autocomplete"petko2014-04-051-1/+3
* Strip magic slashes for pagelist/search request varspetko2014-04-031-2/+7
* Allow form elements to have a dash in the attribute names.petko2014-03-131-1/+1
* Version=pmwiki-2.2.62petko2014-02-281-1/+1
* Documentation update.petko2014-02-2818-106/+104
* Add $EnableTableAutoValignToppetko2014-02-281-2/+3
* Add $CallbackFnTemplates["return"]; add 4th argument to Markup_e() - templatepetko2014-02-211-3/+4
* Fix link to Cookbook in SideBarpetko2014-02-151-1/+1
* Version=pmwiki-2.2.61petko2014-01-311-1/+1
* Documentation update.petko2014-01-315-25/+25
* Remove unneeded PSS() calls.petko2014-01-3110-54/+54
* Rm unused snippet in prefs.phppetko2014-01-311-4/+1
* Add $TableCellAlignFmt.petko2014-01-181-5/+8
* Version=pmwiki-2.2.60petko2014-01-131-1/+1
* Documentation update.petko2014-01-132-8/+8
* Revert pmwiki.csspetko2014-01-131-5/+5
* Version=pmwiki-2.2.59petko2014-01-111-1/+1
* Documentation update.petko2014-01-117-42/+40
* Fix for nested conditionals containing $pagenamepetko2014-01-111-3/+5
* Replace CSS font sizes from pt to %petko2014-01-041-5/+5
* Disable HTML cache if count($_GET)>1 not >2 (PITS:01278)petko2014-01-031-2/+2
* Fix query string if ? is encoded to %3Fpetko2014-01-031-1/+1
* Fix "+" shortcut for internal anchor linkspetko2014-01-021-1/+2
* Allow Markup_e() to accept a callback instead of codepetko2013-12-281-1/+2
* Better handling of multiple posted fields in blocklist.phppetko2013-12-261-2/+2
* Version=pmwiki-2.2.58petko2013-12-251-1/+1
* Documentation update.petko2013-12-2510-58/+58
* Update $CallbackFnTemplates. $EnableBlocklistImmediate to check all $_POST fi...petko2013-12-252-5/+6
* rm unused variable $Block in FormatTableRow()petko2013-11-211-1/+1
* Make $LinkUpload visible in custom attachlist snippets. Allow customization o...petko2013-11-112-5/+7
* Version=pmwiki-2.2.57petko2013-11-031-1/+1
* Documentation update.petko2013-11-035-32/+28
* Add $MakePageNameSplitPattern, allowing links with dot-space [[Franklin D. Ro...petko2013-11-031-2/+3
* Documentation update.petko2013-10-111-4/+4
* revert $FmtV[$LinkUpload] = $FmtV[$LinkUrl]petko2013-10-111-2/+2
* $FmtV[] = $FmtV[] in upload.phppetko2013-10-111-4/+2
* Documentation update.petko2013-10-114-22/+22
* rm $LinkUploadExistsFmt, enable $IMapLinkFmt["Attach:"] to be used in (:attac...petko2013-10-111-6/+6
* Add configurable $LinkUploadExistsFmt for Attach: links and (:attachlist:)petko2013-10-102-9/+15
* Encode international character used for testing recodefn to \xd0\xaf.petko2013-10-011-4/+4
* Version=pmwiki-2.2.56petko2013-09-301-1/+1
* Documentation update.petko2013-09-305-31/+29
* Fix forgotten preg_replace() in CondText2().petko2013-09-281-2/+2
* Add optional $args="$m" argument to PCCF().petko2013-09-261-3/+4
* PageStore->recodefn: better test for iconv() and mb_convert_encoding(); iconv...petko2013-09-251-2/+3
* forgotten flag in $MakePageNamePatternspetko2013-09-211-1/+1
* Revert to error_reporting(E_ALL ^ E_NOTICE); all deprecated warnings have van...petko2013-09-211-2/+1
* Add Markup_e(), PPRE(), PPRA(), PCCF(), migrate preg_replace() eval to preg_r...petko2013-09-2016-269/+300