Browse code

Initial uplad w/ php7 fixes

Rainer Volkrodt authored on 2016/03/12 15:54:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,46 @@
1
+- Ability to remove Featured Story status from Admin panel as well as retire a Featured Story.  You can also now 
2
+do this when editing a story.
3
+- Ability to edit and delete news comments from news archive page.
4
+- Time format in settings.  Removed separate news date format.
5
+- Added pagination in news.php
6
+- Ability to set your own classifications in addition to warnings and genres (i.e. Spoilers, Episode Related, 
7
+Pairings, Language, Story Length, Story Type)
8
+- Ability to add custom pages from the admin panel.
9
+- You can now customize the up and down arrows used throughout the script in the same way the other graphics 
10
+(stars, etc) can be customized.  The variables are $up and $down
11
+- Added pagination to individual series page.
12
+- Story counts are back. :)
13
+- Moved the javascript into header.php so no more problems with the formselect.js not regenerating.  The info will 
14
+get pulled each time the page loads.
15
+- Added Table of Contents link to the storyblock and viewstory page for stories.
16
+- Changed admin links for featured stories in story block to let you either remove or retire the feature.
17
+- Co-authors :)  Yes. plural.
18
+- Chapter end notes.
19
+- Story notes.
20
+- The validation function in the admin panel now uses storyblock.php for a more consistent look of story information 
21
+across the site.
22
+- When previewing a story in the the add/edit story functions, the script now uses storyblock.php for a more consistent 
23
+look for story information across the site.
24
+- The default yes and no letters (subject and text) when validating stories can now be customized using {variables} for:
25
+	{sitename}- the name of the site;
26
+	{adminname} - the penname of the admin sending the letter (text of letter only)
27
+	{rules} - a link to the submission rules (text of letter only)
28
+	{storytitle} - the title of the story
29
+	{chaptertitle} - the title of the chapter within the story
30
+- You can now add custom admin panels.
31
+- The main admin page will now tell you how many stories are in the validation queue. So does the info block.
32
+- Session and cookie variables will now use a sitekey so that multiple sites on the same domain won't have problems with crossed login info.
33
+- News comments are now saved under uid instead of penname so that changes in penname will carry over to comment info.
34
+- TinyMCE can now be toggled on/off on the page.
35
+- Members can now turn tinyMCE and story indexes on/off for themselves
36
+- Members can choose the default story sort for themselves.
37
+- Challenges have been made into an optional module you can install and uninstall as you choose
38
+- Admins can now decide whether or not to allow anonymous challenges
39
+- The number of responses to a challenge is now listed in the information for the challenge.
40
+- Maintenance mode.
41
+- Action log.
42
+- Stories updated within the time frame of your "recent days" setting will now also be marked as "New!" (you can also define your own text or assign a graphic using $new in variables.php)
43
+- You can now define what "Top 10's" lists to include and add your own through the admin panel.
44
+- You can now "hide" skins from regular members through the admin panel.
45
+- Customized fields in the author profile page.
46
+