2
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 21 hours ago.
Mar 06, 2025 — Mar 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update translations.js More... about 8 years ago
UTF-8 translation for Cacti database connection. Also prepped a lot of the remaining text to be translatable. More... about 8 years ago
Adding links works (#126). Map properties is populated (but still doesn't update) (#126) Translation correction in mgmt app. More... about 8 years ago
Added locale data for Cacti's gettext. Doesn't seem to be used though. More... about 8 years ago
Added usergroupid field to weathermap_auth, so group-based access can happen for maps. Added terrible Russian to the mgmt plugin. More... about 8 years ago
Moved from old undocumented authentication to new undocumented authentication for Cacti 1.x (Group support works for access to weathermap tab) (closes #115) More... about 8 years ago
Editor shows picker when coming from cacti (not reversed). Picker doesn't crash. Mgmt app shows editor links. (#126) More... about 8 years ago
Move javascript cleanup for editor (#126) More... about 8 years ago
Host URL and details are passed through to editor correctly (#126) More... about 8 years ago
language is passed fromCacti now More... about 8 years ago
Locale can be passed f from HTML into mgmt app now More... about 8 years ago
Change docs links to explicit path (closing #125) More... about 8 years ago
Removed redundant dependency from composer.json (#123) More... about 8 years ago
Added i18n to mgmt app. Added a few cacti-related CSS classes, to get styling. More... about 8 years ago
Added some static data to make client-side debugging easier. Fixed issue with settings in mgmt. More... about 8 years ago
Both react plugins fetch map data. mgmt ui actually lists maps. More... about 8 years ago
Updated both react apps to take the URL info from the surround HTML page. User app now collects settings first (which it will use to fetch maps). More... about 8 years ago
Disabled the old UI in Cacti plugin More... about 8 years ago
Added similar code to mgmt side, and updated mgmt react code to reflect user. More... about 8 years ago
Added same postbuild script to the mgmt plugin Updated resync.sh to NOT try and rsync 2 x node_modules etc from websrc/ More... about 8 years ago
User plugin build process copies files. Moved files into subdir. More... about 8 years ago
User plugin actually fetches a maplist and displays it (react). Added the react code below the existing code for User plugin. Added a few __toString() functions. More... about 8 years ago
Made a bit of progress on the User plugin in react (fetches maplist from API now) More... about 8 years ago
Fix for missing autoloader in cacti plugin (but only sometimes?) More... about 8 years ago
Fix for old-fashioned function name in writeDataFile More... about 8 years ago
Implemented phpdox to be able to generate some internal documentation. Decided it would be easier to follow if each class at least had a one-liner description. More... about 8 years ago
Fixed imagemap output for legends. Fixed editor to update the correct array (legends not scales now). More... about 8 years ago
More cleanup/simplification in Map More... about 8 years ago
Fixed some failing tests. Re-organised Map to prepare for extracting related methods. Broke calculateImagemap() into something more manageable. Updated README with some more todos/notes. More... about 8 years ago
Improved escaping, and general flow in fping datasource More... about 8 years ago