Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
82f5cbd
Made it PHP 5.3.1 compatible avoiding inline Array and Object addressing
apmuthu Oct 9, 2015
5450a5d
Updated Parsedown.php from v1.5.1 to v1.6.0
apmuthu Oct 9, 2015
14c5fce
Cleaned up Readme
apmuthu Oct 9, 2015
7678052
Fixed typo
apmuthu Oct 9, 2015
2e23f99
Placed dummy index pages in sub-folders and added images folder
apmuthu Oct 9, 2015
4599398
Added referencing user variables in content pages
apmuthu Oct 9, 2015
ccd6048
Optimised jpg and included useful code example in tech article
apmuthu Oct 9, 2015
6942262
Moved images => image keeping folder names singular like the rest
apmuthu Oct 12, 2015
8ec05c1
Updated README.md
apmuthu Oct 12, 2015
3e5ab93
Moved core files into a separate folder
apmuthu Oct 12, 2015
81b7b32
Added Branding and configurable footer
apmuthu Oct 12, 2015
5a02057
Fixed typo
apmuthu Oct 12, 2015
742c4e0
Upstream fixes for XSS vulnerability and code cleanup
apmuthu Nov 21, 2015
b62d414
TITLE with spaces, added footer_txt, extended markdown examples in ar…
apmuthu Apr 19, 2017
6ee4f50
Code cleanup
apmuthu Apr 19, 2017
fba3e63
Added system variable element 'header' and 'NOHEAD:1' for pages with …
apmuthu Apr 20, 2017
3b7d0cd
Updated Parsedown.php from upstream
apmuthu Apr 22, 2017
89a9fd3
ggit.it is closing down. Localised book image.
apmuthu Apr 22, 2017
3d2a7c5
True to the less than 100 lines of single PHP file
apmuthu Apr 22, 2017
609e380
Localised Links
apmuthu Apr 22, 2017
ee63e48
Localised images to be within GitHub.
apmuthu Apr 23, 2017
e5f090b
Solid grey border in tables by default.
apmuthu Apr 23, 2017
c8d44a7
Separate footer and footer_txt sections without nesting. $site_header…
apmuthu Apr 24, 2017
03753d1
Removed space after php opening tag
apmuthu Mar 25, 2018
7432088
Parsedown.php updated from 1.6.0 to 1.8.0-beta-3
apmuthu May 7, 2018
b3751b3
Updated new upstream url
apmuthu Sep 19, 2018
c9207fa
Updated Parsedown.php to v1.8.0-beta-5+
apmuthu Sep 19, 2018
5e53a2c
ALIAS Directive added for multi lingual / aliased menu names.
apmuthu Apr 6, 2019
ff13843
Adding comments to Wiki Markdown
apmuthu Aug 21, 2021
5e0169c
Style fixes
apmuthu Nov 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Void CMS Project Changelog
====

2019-04-06 ALIAS directive added for multi lingual / aliased menu names
2017-05-09 Parsedown.php updated from 1.6.0 to 1.8.0-beta-3
2017-04-24 Separate footer and footer_txt sections without nesting. $site_header variable added.
2017-04-23 Solid grey border in tables by default.
2017-04-23 Localised images to be within GitHub.
2017-04-22 Localised links.
2017-04-22 ggit.it is closing down. Localised book image.
2017-04-22 Updated Parsedown.php from upstream
2017-04-21 Added system variable element 'header' and 'NOHEAD:1' for pages with no header
2017-04-19 Moved all variables to site_vars.php
2017-04-19 TITLE in pages can now have spaces and file names are stripped of spaces
2017-04-19 added footer text
2017-04-19 extended example with tables and alignment in markdown
2015-11-21 upstream fixes: code cleanup and htmlspecialchars encoding added

Changes since 2015-10-09
----
Added Configurable footer
Added Branding
Moved all project files to separate folder
Added referencing user variables in content pages
Dummy index.html pages in sub folders
Parsedown.php updated from v1.5.1 to v1.6.0
PHP 5.3.1 compatible - avoids inline Array and Object addressing
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Copyright (c) 2014 Joseph Ernest
Copyright (c) from 2014 Joseph Ernest
Copyright (c) from 2015 Ap.Muthu
Parsedown Copyright (c) from 2013 Emanuil Rusev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading