1
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 2 days ago.
Posted almost 6 years ago by [email protected] (Aaron Graves)
aneuch.pl - InitVars: Remove the RegAdminPage call on clearvisits - DoHeader: Added JS for tooltips - DoEdit: Label the template checkbox differently, added ID tag, and added tooltip - Removed sub DoAdminClearVisits - ... [More] DoAdminListVisitors: Handle the logic for clearing the visitor log - DoPostingCSS: Call UnquoteHTML on the text - CSS: Added some new styling rules aneuch.pl [Less]
Posted about 6 years ago by [email protected] (Aaron Graves)
aneuch.pl - Added var $SpamLogFile - InitVars: Change the admin page link for 'spamlog' to show "Display" rather than "List" - DoPostInit: Include logic to set the $PageName for admin pages - GetPrefs: Slight modification of the regex to ... [More] pull namespace - InitDirs: Initialize $SpamLogFile - DoAdminPlugins: Get rid of some commented code, change the list from a regular list to fancy - DoAdminSpamLog: Wrote code to display the spam log in the admin interface - DoAdminBanner: Change the default alert type to none - DashboardDatabase: Show pages locked for editing - DoAdmin: Removed some unnecessary code - WriteSpamLog: Use the new $SpamLogFile variable - DoHistory: Start using CommandURLs - DoPostingLogin: Start using AdminURL - DoPostingEditing: Start using AdminURL - DoPostingBannedContent: Start using AdminURL - DoPostingCSS: Start using AdminURL - DoPostingRobotsTxt: Start using AdminURL - Wrote sub CommandURL: Builds a command URL, now used by CommandLink - AdminURL: Removed some debug code that shouldn't have been committed - DoBanner: Some formatting changes - DoRequest: Removed commented code aneuch.pl [Less]
Posted over 6 years ago by [email protected] (Aaron Graves)
aneuch.pl - InitVars: Call RegAdminPage on new banner page, also call RegPostAction for submitting banner text - DoHeader: Call DoBanner() - DoAdminListVisitors: Add placeholder text on the search bar, remove filter is now a button ... [More] rather than a link - Wrote sub DoAdminBanner - Provides an admin page to create a sitewide banner - Wrote sub DoPostingBanner - Handles saving the banner content and settings - Wrote sub DoBanner - Displays the sitewide banner - DoRequest: Call AdminURL() in the ReDirect() call for sending a user to the login page (NOTE: I should look for other places in the code where AdminURL() should be called) aneuch.pl [Less]
Posted over 6 years ago by [email protected] (Aaron Graves)
Save button is now green, slight tweak on panel title ... [More] plugins/BookNotes.pl [Less]
Posted over 6 years ago by [email protected] (Aaron Graves)
DoSpecialPage: Remove the markup-content div wrapper as DoSpecialPage is called within this div already ... [More] aneuch.pl [Less]
Posted over 6 years ago by [email protected] (Aaron Graves)
Re-written to use the preferences API ... [More] plugins/Snippets.pl [Less]
Posted over 6 years ago by [email protected] (Aaron Graves)
aneuch.pl - Markup: tt tag is now samp - MarkupHelp: The help is now hidden by default, with a button that when clicked will show the help - DoSpecialPage: Wrap the special page content in a markup-content div - GetPrefs: Removed the ... [More] check for undef as it wasn't necessary and was causing failure cases - DoEdit: The notice about being a special page is now showin in an alert, upload button is green - DoAdminClearVisits: Use the new Confirm and AdminURL subs - DoAdminLock: Use Confirm and AdminURL subs - DoAdminBlock: Save button is green - DoAdminBannedContent: Save button is green - DoAdminCSS: Use Confirm and AdminURL subs, save button is green - DoAdminDeleted: Use Confirm and AdminURL subs, force delete is now a button rather than a link - Wrote sub Confirm - Provide a uniform function for confirming an action with YES and NO buttons - DoDiscuss: Removed all the code for hiding/showing the markup help as that's built in to MarkupHelp now - Wrote sub HumanReadableSize - Will reduce a byte count into "human readable" format - DoHistory: Show human readable size - DoPostingBannedContent: Call UnquoteHTML on the bannedcontent - HTMLDiff: Remove the leading angle brackets on diffs - Wrote sub AdminURL - Will return an admin url - Re-wrote AdminLink - Now calls AdminURL - DoRequest: The things that were shown at the top are now shown as alerts, move DoSpecialPage to within the markup-content div aneuch.pl [Less]
Posted over 6 years ago by [email protected] (Aaron Graves)
Added placeholders, changed save button to green ... [More] plugins/Links.pl [Less]
Posted over 6 years ago by [email protected] (Aaron Graves)
aneuch.pl - VARS: Add %Prefs, $HasReadPrefs - InitVars: Set $HasReadPrefs - DoHeader: Updated to bootstrap 3.3.7 - MarkupHelp: Use bootstrap well - Wrote subs GetPrefs, SetPrefs and DelPrefs - Used to get, set and delete preferences - ... [More] DoAdminListFiles: Use list format from bootstrap - DoAdminListTemplates: Use list format from bootstrap - IsBannedContent: Return the rule that matched rather than a 1 - Wrote sub WriteSpamLog - Will write out the spam log - PassesSpamCheck: Refactored some things to accommodate for spam logging - CSS: Modified #markup-help aneuch.pl [Less]
Posted over 6 years ago by [email protected] (Aaron Graves)
plugins/Snippets.pl - Require Aneuch 0.60 (bootstrap theme) - DoAdminSnippet: Use bootstrap theme for displaying the list of snippets. Return to menu is now a button. ... [More] plugins/Snippets.pl [Less]