aboutsummaryrefslogtreecommitdiff
path: root/scripts/urlapprove.php
Commit message (Expand)AuthorAgeFilesLines
* Fix urlapprove.php for PHP 8.2. PmSyntax textarea remove styles for width, he...petko2023-11-281-1/+1
* UrlApprovals allow https: URLs if the http: URL for the same domain is approv...petko2023-11-271-3/+4
* UrlApprovals allow https: URLs if the http: URL for the same domain is approv...petko2023-11-271-4/+3
* UrlApprovals allow https: URLs if the http: URL for the same domain is approv...petko2023-11-271-2/+2
* UrlApprovals allow https: URLs if the http: URL for the same domain is approv...petko2023-11-271-2/+3
* UrlApprovals allow https: URLs if the http: URL for the same domain is approv...petko2023-11-271-1/+1
* UrlApprovals allow https: URLs if the http: URL for the same domain is approved.petko2023-11-271-1/+2
* Update urlapprove.php for php 8.2.petko2023-07-161-1/+1
* Refactor pmtoken() to use session tokens, enable for core actions.petko2023-04-281-10/+10
* Add pmtoken(), AutoCheckToken() currently transparent, todo, PHP8 compatibili...petko2021-01-311-3/+10
* Set $HTMLStylesFmt via SDVA() in vardoc.php urlapprove.php xlpage-utf-8.phppetko2016-07-281-2/+2
* Forms: remove "target" attribute (broke PmForm); add HTML5 input types "email...petko2015-08-261-1/+3
* Fix urlapprove.php to work with $MessagesFmt[] instead of $WhyBlockedFmt[].petko2013-06-161-4/+2
* Add $IsBlocked = 1; to urlapprove.php.petko2013-06-161-3/+5
* Add $WhyBlockedFmt entry to urlapprove.php.petko2013-06-161-2/+3
* Change various $title to $alt for better readability.pmichaud2007-08-091-4/+4
* Site -> SiteAdmin conversion.pmichaud2007-06-171-1/+1
* Added $UnapproveLink array to provide a list of unapproved links.pmichaud2006-10-131-1/+3
* Fix performance of parsing approvedurls file.pmichaud2006-04-041-6/+6
* Copyright updates.pmichaud2006-03-121-1/+1
* Updated to new {$pagevar} syntax.pmichaud2005-12-291-1/+1
* Anyone with admin access can always post.pmichaud2005-11-101-0/+1
* Updated copyright dates.pmichaud2005-09-291-1/+1
* Made variables more customizable.pmichaud2005-09-061-6/+6
* Fixed bug with multiple inclusions, case sensitivity.pmichaud2005-09-011-4/+8
* Fixed problem with 'postsave' bypassing various post checks.pmichaud2005-07-221-2/+2
* Added $HandleAuth.pmichaud2005-07-201-5/+7
* Moved pages from Main.* into Site.* .pmichaud2005-07-101-1/+1
* Updates for new markup-based edit forms.pmichaud2005-07-091-2/+2
* Added $LinkUrl and $LinkAlt to unapproved link formatting.pmichaud2005-05-201-0/+2
* Removed trailing ?> to help vms (and other) installspmichaud2005-04-231-1/+0
* Improved comments.pmichaud2005-01-111-5/+10
* Added urlapproval counts.pmichaud2004-12-221-2/+23
* Changed $_REQUEST to $_POST.pmichaud2004-12-011-1/+1
* Changed default to be ?action=approvesites.pmichaud2004-11-261-1/+1
* Added $EnableUrlApprovalRequired.pmichaud2004-11-131-2/+3
* Added $EnableUrlApproval.pmichaud2004-11-131-1/+3
* Added password protection of URL approve page.pmichaud2004-11-091-1/+2
* Cleaned up ReadPage, added [:table:] markup, MarkupFrames.pmichaud2004-09-301-1/+1
* Modified location of ApprovedUrls page.pmichaud2004-08-271-5/+7
* Fixed trailing slash and @ issue.pmichaud2004-06-191-2/+2
* Initial version.pmichaud2004-06-191-0/+83