minimedit.git
9 years agoedit: report successful saves v1.1
Mischa POSLAWSKY [Thu, 28 Aug 2014 18:19:14 +0000 (20:19 +0200)]
edit: report successful saves

9 years agoedit: encode page url in path
Mischa POSLAWSKY [Thu, 28 Aug 2014 18:18:09 +0000 (20:18 +0200)]
edit: encode page url in path

Included in access logs.

9 years agoedit: force paste as plain text
Mischa POSLAWSKY [Sun, 20 Jul 2014 15:12:08 +0000 (17:12 +0200)]
edit: force paste as plain text

Rich paste contains too much unwanted styling.

9 years agoedit: page class to indicate edit mode
Mischa POSLAWSKY [Sun, 20 Jul 2014 14:48:05 +0000 (16:48 +0200)]
edit: page class to indicate edit mode

On Excelsior to show folded (track) contents while editing.

9 years agoedit: page name fallback for subdirectory index
Mischa POSLAWSKY [Wed, 16 Jul 2014 12:39:25 +0000 (14:39 +0200)]
edit: page name fallback for subdirectory index

9 years agoedit: rooted links to support subdirectories
Mischa POSLAWSKY [Tue, 15 Jul 2014 20:47:51 +0000 (22:47 +0200)]
edit: rooted links to support subdirectories

9 years agoedit: refer to upcoming image upload handler
Mischa POSLAWSKY [Tue, 15 Jul 2014 09:30:31 +0000 (11:30 +0200)]
edit: refer to upcoming image upload handler

9 years agoedit: disable image resizing (plus workaround)
Mischa POSLAWSKY [Fri, 11 Jul 2014 16:07:59 +0000 (18:07 +0200)]
edit: disable image resizing (plus workaround)

Unwanted feature which will cause ugly results if accidentally used.

9 years agoedit: customise default table attributes
Mischa POSLAWSKY [Fri, 11 Jul 2014 16:07:59 +0000 (18:07 +0200)]
edit: customise default table attributes

Prevent unwanted values for styling attributes.

9 years agoedit: compatibility html formatting v1.0
Mischa POSLAWSKY [Tue, 8 Jul 2014 22:12:26 +0000 (00:12 +0200)]
edit: compatibility html formatting

Match format of existing documents.

9 years ago404: ErrorDocument with special case to create as admin
Mischa POSLAWSKY [Tue, 8 Jul 2014 22:10:51 +0000 (00:10 +0200)]
404: ErrorDocument with special case to create as admin

9 years agoedit: link to toggle editing mode
Mischa POSLAWSKY [Tue, 8 Jul 2014 17:42:16 +0000 (19:42 +0200)]
edit: link to toggle editing mode

9 years agoedit: restrict to whitelisted ip addresses
Mischa POSLAWSKY [Tue, 8 Jul 2014 16:52:24 +0000 (18:52 +0200)]
edit: restrict to whitelisted ip addresses

Basic security from Apache configuration:

<Files "edit.php">
Deny from all
Allow from 127.0.0.1/32
</Files>

9 years agoedit: page editor and php save handler
Mischa POSLAWSKY [Tue, 8 Jul 2014 13:28:23 +0000 (15:28 +0200)]
edit: page editor and php save handler

Inline CKEditor to alter static contents in <div class="article">.
Assumes wanted v4.1.2 ckeditor.js in ckeditor/.

10 years agopage: common footer include
Mischa POSLAWSKY [Fri, 7 Jun 2013 01:35:37 +0000 (03:35 +0200)]
page: common footer include

Generic end of HTML as used on all (SSI) pages:

<!--#include virtual="common.html" -->
contents
<!--#include virtual="footer.html" -->

The top part is site-specific but basically contains the opposite.