1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 17 hours ago.
Jul 07, 2025 — Jul 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
aneuch.pl - RegDashboardItem: Use explicit scalar More... about 5 years ago
DoAdminListVisitors: Change the way the remove filter button is grouped More... over 7 years ago
Changed button style for Admin form More... over 7 years ago
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 - DoAdminListVisitors: Handle the logic for clearing the visitor log - DoPostingCSS: Call UnquoteHTML on the text - CSS: Added some new styling rules More... about 8 years ago
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 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 More... over 8 years ago
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 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) More... over 8 years ago
Save button is now green, slight tweak on panel title More... over 8 years ago
DoSpecialPage: Remove the markup-content div wrapper as DoSpecialPage is called within this div already More... over 8 years ago
Re-written to use the preferences API More... over 8 years ago
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 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 More... over 8 years ago
Added placeholders, changed save button to green More... over 8 years ago
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 - 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 More... over 8 years ago
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... over 8 years ago
- VARS: Added $SpamLogging - InitVars: Initialize $SpamLogging, register admin page 'spamlog' if enabled - ListAllFiles: Call sort on @files before returning - ListAllTemplates: Call sort on @files before returning - DoAdminSpamLog: Started sub - DashboardDatabases: Fixed but that wasn't showing template count - DoRequest: Removed some commented code - CSS: Made blockquote font smaller, hide footer on printed pages More... over 8 years ago
Added More... over 8 years ago
Added plugin which allows for Notice and Warning blocks on pages More... over 8 years ago
aneuch.pl - MarkupBuildLink: Call UnquoteHTML() on $href - ErrorPage: Added status code 429 for "Too Many Requests" - DoRequest: For DoSurgeProtection(), use ErrorPage with status 429. More... about 9 years ago
Change notes list from link to button More... over 9 years ago
Updated copyright year More... over 9 years ago
DoRequest: Add a 'title' element to the link to the most recent version More... over 9 years ago
Changed styles on discussion form buttons More... over 9 years ago
Added a wikifarm config example More... over 9 years ago
aneuch.pl - SanitizeFileName: Call Trim() on the filename, remove leading underscores - ListAllTemplates: Call sort on the return array More... over 9 years ago
Added 'bottom' anchor just above the horizontal rule More... over 9 years ago
aneuch.pl - SetCookie: Change the way passwords are matched - IsAdmin: Change the way passwords are matched - CanEdit: Change the way passwords are matched More... over 9 years ago
plugins/Blog.pl - DoBlog: Each blog post is now within a panel More... almost 10 years ago
aneuch.pl - AdminForm: Changed to 4x4x4 grid, added a panel around the form More... almost 10 years ago
aneuch.pl - InitVars: ReplaceUnderscores on $DiscussText - DoEdit: Buttons are now colored - AdminForm: Button color - DashboardDatabase: Button color - ErrorPage: Added 401 Unauthorized to list of codes More... almost 10 years ago
aneuch.pl - InitVars: $PageName and $DiscussText now call ReplaceUnderscores. Call RegCommand on 'rmrev'. - DoHeader: Call SearchForm instead of hard-coded form - DoEdit: Preview now uses a panel - AdminForm: Re-designed the login form - DoAdminIndex: Call ReplaceUnderscores - DoAdminListVisitors: Call ReplaceUnderscores - DoAdminListFiles: Call ReplaceUnderscores - DoAdminListTemplates: Call ReplaceUnderscores - DoAdmin: Don't show the left navigation menu if IsAdmin is false - DoRecentChanges: Call ReplaceUnderscores - Started sub DoRemoveRevision - Will allow removal of arbitrary revision numbers - DoSearch: Include the <mark> tag, call ReplaceUnderscores - SearchForm: Now use the Bootstrap styles - DoHistory: Style on the compare button, added button for removing revisions - Wrote sub ReplaceUnderscores - Replaces underscores with spaces More... almost 10 years ago
plugins/Blog.pl: Initial check-in More... almost 10 years ago