Skip to content

Commit

Permalink
Version 3.6.08
Browse files Browse the repository at this point in the history
[Mov], [Del], & [X] now show/hide as needed as perms are changed (owner write bit).
Some restructuring/refactoring in:
  Init_Dir_table_rows(), Insert_mov_del_ckbox(), Assemble_Insert_row(), Build_Directory(),
  Split Insert_mov_del_ckbox() into Assemble_mdx() & Insert_mdx().
Fixed minor perms bug (if changed perms, then resorted dir list, would show old perms value).
  Perms_Update_Response()
Index_Page_events() - moved some "hard coded" colors to .classes
In header, "(on php 5.x.x)" version & phpinfo link now only shows on Admin page.
Minor wording change in readme "Limitations" section.
Tweaked some class names. And some css.
  • Loading branch information
Self-Evident committed Sep 30, 2017
1 parent 1004bf4 commit bae1ec9
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 119 deletions.
7 changes: 7 additions & 0 deletions info/changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# OneFileCMS Change Log

### v3.6.07 (2017-09-30)

- Fixed minor issue where if perms changed, new value not always displayed.
- A bit of restructure/refactor of perm & Assemble_Insert_Row() related functions.
- "(on php 5.x.x)" version, and link to phpinfo, now only shows on Admin page.
- Andd some css...

### v3.6.07 (2017-09-29)

- Mostly some code improvements.
Expand Down
Loading

0 comments on commit bae1ec9

Please sign in to comment.