index
:
minicms
main
Minimal file-based PHP CMS. License: EUPL-1.2
samuel@kodafritt.se
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
public_html
/
pageeditor
/
index.php
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-17
Add TODO regarding images with EXIF rotation
HEAD
main
Samuel Lidén Borell
1
-0
/
+1
2018-06-17
Add FIXME comment regarding the displayed username not updating
Samuel Lidén Borell
1
-0
/
+2
2018-06-03
Remove old TODO comments, and add some new ones
Samuel Lidén Borell
1
-7
/
+3
2018-06-02
Add a basic anti-CSRF
Samuel Lidén Borell
1
-0
/
+29
2018-06-02
Turn local absolute URLs into relative URLs when saving, and clean link URLs too
Samuel Lidén Borell
1
-2
/
+5
2018-06-02
Change between editor-relative and page-relative links when loading/saving
Samuel Lidén Borell
1
-2
/
+20
2018-06-01
Check for blank page titles
Samuel Lidén Borell
1
-3
/
+7
2018-06-01
Fix error when trying to save an empty page
Samuel Lidén Borell
1
-1
/
+1
2018-06-01
Notice to remind the user to save. Fixed ambiguity of save buttons
Samuel Lidén Borell
1
-1
/
+1
2018-06-01
Clear editor content when creating a new page
Samuel Lidén Borell
1
-0
/
+1
2018-05-31
Click/touch uploads to insert
Samuel Lidén Borell
1
-3
/
+3
2018-05-31
Responsible log-in form
Samuel Lidén Borell
1
-0
/
+1
2018-05-31
Fix PHP warning due to incorrect syntax
Samuel Lidén Borell
1
-1
/
+1
2018-05-31
Show only small images in uploads list, and wrap in link to lage img when cle...
Samuel Lidén Borell
1
-4
/
+43
2018-05-31
Create small version of image when uploading a JPEG/PNG/WEBP image
Samuel Lidén Borell
1
-2
/
+68
2018-04-08
Show info text when no pages have been created yet
Samuel Lidén Borell
1
-5
/
+9
2018-04-08
Don't generate warning when pages.txt does not exist yet
Samuel Lidén Borell
1
-1
/
+5
2018-04-08
Implement password changing
Samuel Lidén Borell
1
-13
/
+40
2018-04-07
Password change UI
Samuel Lidén Borell
1
-6
/
+50
2018-04-02
Show log form in an iframe on session expiration
Samuel Lidén Borell
1
-2
/
+23
2018-04-02
Session keep-alive JS code
Samuel Lidén Borell
1
-1
/
+16
2018-04-02
Fix access key tooltip for paragraph button
Samuel Lidén Borell
1
-1
/
+1
2018-04-02
UX improvements
Samuel Lidén Borell
1
-1
/
+2
2018-04-01
Remove redundant "New page filename" field
Samuel Lidén Borell
1
-8
/
+1
2018-04-01
Sort and improve list of uploaded files
Samuel Lidén Borell
1
-4
/
+9
2018-04-01
Use get_post_var to securely get POST variables
Samuel Lidén Borell
1
-5
/
+5
2018-04-01
Implement deletion of uploaded files
Samuel Lidén Borell
1
-6
/
+12
2018-04-01
Clean filenames of uploaded files
Samuel Lidén Borell
1
-6
/
+14
2018-04-01
UI support for file deletion
Samuel Lidén Borell
1
-2
/
+12
2018-04-01
Let the allowed authentication methods be configured in config.php
Samuel Lidén Borell
1
-2
/
+2
2018-04-01
Fix PHP warnings with session expiration check
Samuel Lidén Borell
1
-5
/
+4
2018-04-01
Add missing "for" attributes in label tags in login form
Samuel Lidén Borell
1
-2
/
+2
2018-04-01
User authentication
Samuel Lidén Borell
1
-1
/
+112
2018-04-01
Allow configuration to be specified in a separate file
Samuel Lidén Borell
1
-11
/
+14
2018-03-27
Fix Content-Security-Policy to work with wysihtml
Samuel Lidén Borell
1
-1
/
+1
2018-03-26
Ignore ${langselect} variable for now
Samuel Lidén Borell
1
-2
/
+3
2018-03-26
UX improvements to the Page Settings section
Samuel Lidén Borell
1
-3
/
+7
2018-03-26
Fix drag and drop from uploads list in Firefox
Samuel Lidén Borell
1
-2
/
+2
2018-03-26
Implement file upload handling
Samuel Lidén Borell
1
-3
/
+72
2018-03-25
File/image list in sidebar
Samuel Lidén Borell
1
-1
/
+26
2018-03-25
Hide toolbar buttons that require inline style
Samuel Lidén Borell
1
-2
/
+2
2018-03-25
Add padding, and hover/active coloring to toolbar buttons
Samuel Lidén Borell
1
-38
/
+17
2018-02-26
Use wysihtml extended parser rules
Samuel Lidén Borell
1
-1
/
+1
2018-02-26
Basic toolbar buttons for headings, style, lists, etc.
Samuel Lidén Borell
1
-1
/
+44
2018-02-26
Add warning when navigating to another page with unsaved changes
Samuel Lidén Borell
1
-5
/
+4
2018-02-26
Handle Ok/Cancel buttons with Javascript, to avoid server roundtrip
Samuel Lidén Borell
1
-2
/
+2
2018-02-26
Add English and Swedish languages
Samuel Lidén Borell
1
-5
/
+14
2018-02-26
Optional support for WYSIWYG editing using Wysihtml
Samuel Lidén Borell
1
-3
/
+28
2018-02-25
Improvements/fixes to the form and form controls
Samuel Lidén Borell
1
-4
/
+4
2018-02-18
Style fixes and improvements
Samuel Lidén Borell
1
-5
/
+11
[next]