11
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Dec 28, 2024 — Dec 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix namespace issues with templates More... over 14 years ago
allow upgrading a specific site or list of sites More... over 14 years ago
convert diskUsage to WebGUI::Command More... over 14 years ago
remove session from WebGUI::SQL More... over 14 years ago
remove WebGUI::Config->readAllConfigs More... over 14 years ago
stop using readAllConfigs in testEnvironment.pl More... over 14 years ago
safer asset reading sql and better parameter validation More... over 14 years ago
stop using readAllConfigs in search.pl More... over 14 years ago
stop using readAllConfigs in spectre More... over 14 years ago
move autoflush to better location More... over 14 years ago
Allow reasonable default dates in ISO 9601 format. Fixes bug #12165. More... over 14 years ago
Fix spacing issues with WebGUI::DateTime->webguiDate. More... over 14 years ago
remove useless option from changeIobStatus More... over 14 years ago
convert classLoadTest to WebGUI::Command More... over 14 years ago
Fix for ``unable to call method setting on undefined value'' when turning admin on. Details follow. More... over 14 years ago
Change the generic tax driver to remove spaces around commas when adding a new row. Add tests and a convenience method for getting one line of tax information. Upgrade sub fixes any information already in the db. More... over 14 years ago
Missed upgrade script for the FormField macro. Here's it. More... over 14 years ago
Merge pull request #16 from ampli/WebGUI8 More... over 14 years ago
findBrokenAssets.pl: redundant argument in WebGUI::Session->open() (#12181) More... over 14 years ago
Repeat ampli's fix (described below) for other occurances on the site. ``The Save buttons in the two first steps didn't work in Chrome. According to a hint in the YUI Button documentation about a problem in using "submit" as a value of the name attribute, I changed submit button name in the two first steps from "submit" to "send". This solved the problem.'' More... over 14 years ago
FormField macro for throwing Form controls directly into templates; useful for using alternative or improved Form controls without having to change Asset source code. More... over 14 years ago
proper accredation More... over 14 years ago
update changelog More... over 14 years ago
Merge pull request #15 from ampli/master More... over 14 years ago
Fixed the following jslint warnings: More... over 14 years ago
Fix #12179. More... over 14 years ago
Do not call group methods on an undefined value. IOW, do not assume that we got a group. More... over 14 years ago
Columns in DataTable may be "randomly" deleted. This happens in updateSchema(), because both the column update loop and the row update loop use the same variable "i". Since variable scope in JS is by function and not block, the column loop variable gets overwritten. More... over 14 years ago
Ready for 7.10.20 development. More... over 14 years ago
Ready for release of 7.10.19 More... over 14 years ago