Skip to content

Commit

Permalink
Fix for Version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cskaza committed Feb 3, 2017
1 parent 813a9a5 commit d91b197
Show file tree
Hide file tree
Showing 829 changed files with 179,272 additions and 5,961 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
#### RELEASE NOTES
CSZ-CMS V.1.1.5
- Add REST for support API.
- Add Google Analytics data last 30 days to show on backend.
- Add news feed from cszcms website on backend dashboard.
- Add Dutch language for backend system.
- Add brute force login protection system.
- Change backend template to AdminLTE.
- Update Codeigniter to 3.1.3.
- Fix url rewrite for limit maxlength characters.
- Fix shop plugin to 1.0.3 (Bug fixed and more update feature).
- Fix remove form auto focus when required field.
- Fix file upload function for security.
- Fix TinyMCE use frontend template css.
- Fix to return method url after login.
- Fix more security (Url injection).
- Fix forms builder bug.

CSZ-CMS V.1.1.4
- Add support for architecture HMVC.
- Add support for HMVC architecture.
- Change the license to ADPL.
- Move plugin frontend to HMVC.
- Fix shopping plugin to 1.0.2 (Add facebook comments into product view)
Expand Down
13 changes: 12 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,22 @@ Version control branching
date! If you find yourself 'bumping' a pull request that's been
sidelined for a while, **make sure you rebase or merge to latest
master** to ensure a speedier resolution.

Version Formatting
----------------

File name:
upgrade-to-x.x.x.zip

Remark:
Version limit x.9.9 only. When subversion is x.9.9. Please go to next version.



Code formatting
---------------

* **Follow the style you see used in the primary repository**! Consistency with
the rest of the project always trumps other considerations. It doesn't matter
if you have your own style or if the rest of the code breaks with the greater
community - just follow along.
community - just follow along.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### CSZ CMS

Astian Public Licence (APL)
Astian Public Licence (ADPL)

Copyright (c) 2016, Astian Foundation

Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
After Version 1.1.4 We move git to gitLab
https://gitlab.com/cszcms/cszcms

Dependency Status
---------------------
Gemnasium: [![Dependency Status](https://gemnasium.com/badges/github.com/cskaza/cszcms.svg)](https://gemnasium.com/github.com/cskaza/cszcms)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/566/badge)](https://bestpractices.coreinfrastructure.org/projects/566)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/28f12c06c6ff48db94f9c13c148429ad)](https://www.codacy.com/app/Astian-Foundation/cszcms?utm_source=gitlab.com&utm_medium=referral&utm_content=cszcms/cszcms/&utm_campaign=Badge_Grade)


#### CSZ CMS
Expand All @@ -18,18 +15,16 @@ See more at https://www.cszcms.com
Server Recommend Requirements:
- Best on browsers FireFox, Chrome, Safari, IE9.
- Apache Server.
- PHP 5.3.7 or higher.
- PHP 5.4.0 or higher.
- MySQL 5.0 or higher (Required for MySQLi Driver).
- Apache MOD_REWRITE Enabled.
- PHP cURL Enabled.
- gZip Compression Enabled.

Installation Instructions:
- Download zip file from https://www.cszcms.com/download
- Unzip file into 'htdocs' directory or 'public_html' for hosting (If you want to unzip file into directory. Please make new directory and unzip all file into this).
- Run the website for the setup wizard. Example http://localhost or unzip into directory is http://localhost/yourcmsdir. Or unzip into real hosting with http://www.example.com or http://www.example.com/yourcmsdir
- Input the value on screen (Required information for database. Exmple Database Server url, Database Username, Database Password, Database Name etc.)
- In 'Base Url' please input http://localhost or http://localhost/yourcmsdir. Or real hosting is http://www.example.com or http://www.example.com/yourcmsdir
- Click 'Install' button. And enjoy with your web applications.

Download Here! at https://www.cszcms.com/download
121 changes: 0 additions & 121 deletions RELEASE.md

This file was deleted.

Loading

0 comments on commit d91b197

Please sign in to comment.