-
-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encryption and support for drafts #51
Conversation
Add encryption tag support on username.ini
Add preliminary support for drafts and auth with password encrypted in ini username file
Support for drafts partial
Added support for encryption in username ini file.
Added partial draft support
Must do: - script that check for draft and move them to published if date time is ok - implement date time picker in edit post
That's great 👍 Today I will check it first 😄 |
wow, I will try this draft feature, 👍 , seems to be very useful. |
the draft concept is simple but not pure draft.
The script was called everytime we go on homepage, and dont need the user to be logged in so if somebody at 2014-06-06 12:01 visit my home page the script start. For force publish must be set a cron job to reload the home page from server control panel. |
@danpros so what is the problem? I see a message that say this pull request contains merge conflicts, how to see what are this conflicts? |
@BlackCodec that's because I commits a few fixed and improvements 😄 please check the two latest commits. |
Did the draft thing every make it in? I don't see it under the code, both the 2.2 release, or a fresh git clone... Thanks! d |
no drafts didn't make it in. =( |
I have added encryption support in username.ini file and in login page.
I also added a draft support that work online and/or offline.
The drafts must be saved in draft folder.
I have edited the core for save all posts in draft folder and then check the datetime if is < of now() for move them to content.
Used Jquery for datetime picker.
BlackCodec.