openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Aneuch
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
about 17 hours
ago.
Jul 07, 2025 — Jul 07, 2026
Showing page 1 of 5
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
aneuch.pl - RegDashboardItem: Use explicit scalar
Aaron J. Graves
More...
about 5 years ago
DoAdminListVisitors: Change the way the remove filter button is grouped
Aaron J. Graves
More...
over 7 years ago
Changed button style for Admin form
Aaron J. Graves
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
Aaron J. Graves
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
Aaron J. Graves
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)
Aaron J. Graves
More...
over 8 years ago
Save button is now green, slight tweak on panel title
Aaron J. Graves
More...
over 8 years ago
DoSpecialPage: Remove the markup-content div wrapper as DoSpecialPage is called within this div already
Aaron J. Graves
More...
over 8 years ago
Re-written to use the preferences API
Aaron J. Graves
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
Aaron J. Graves
More...
over 8 years ago
Added placeholders, changed save button to green
Aaron J. Graves
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
Aaron J. Graves
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.
Aaron J. Graves
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
Aaron J. Graves
More...
over 8 years ago
Added
Aaron J. Graves
More...
over 8 years ago
Added plugin which allows for Notice and Warning blocks on pages
Aaron J. Graves
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.
Aaron J. Graves
More...
about 9 years ago
Change notes list from link to button
Aaron J. Graves
More...
over 9 years ago
Updated copyright year
Aaron J. Graves
More...
over 9 years ago
DoRequest: Add a 'title' element to the link to the most recent version
Aaron J. Graves
More...
over 9 years ago
Changed styles on discussion form buttons
Aaron J. Graves
More...
over 9 years ago
Added a wikifarm config example
Aaron J. Graves
More...
over 9 years ago
aneuch.pl - SanitizeFileName: Call Trim() on the filename, remove leading underscores - ListAllTemplates: Call sort on the return array
Aaron J. Graves
More...
over 9 years ago
Added 'bottom' anchor just above the horizontal rule
Aaron J. Graves
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
Aaron J. Graves
More...
over 9 years ago
plugins/Blog.pl - DoBlog: Each blog post is now within a panel
Aaron J. Graves
More...
almost 10 years ago
aneuch.pl - AdminForm: Changed to 4x4x4 grid, added a panel around the form
Aaron J. Graves
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
Aaron J. Graves
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
Aaron J. Graves
More...
almost 10 years ago
plugins/Blog.pl: Initial check-in
Aaron J. Graves
More...
almost 10 years ago
←
1
2
3
4
5
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree