19
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Actually described how Jifty::ClassLoader works its magic, so that users can build apps that use actions More... over 19 years ago
* Don't directly call into JSON::Converter * Clear output before returning fragments XML More... over 19 years ago
* The patch to JSON.pm didn't get accepted; and possibly rightly so, as, looking at the JSON spec, it technically only allows double quotes. Instead, conditionally replace the JSON::Converter's string output to use single quotes. * We now no longer need to skip some files for POD testing * Remove forked JSON.pm More... over 19 years ago
* Fixed a missing dep * .051228 More... over 19 years ago
* Jifty::Action->argument_names should sort keys lexographically, not random hash-ordering. More... over 19 years ago
Lump commit More... over 19 years ago
Proper submenu nesting for nav. (It looks right in lynx now.) Somebody with sharper eyes than me should ensure that the proper CSS is still being applied, but it looks good to me. More... over 19 years ago
Change some stuff in tutorial that was just plugging in defaults. More... over 19 years ago
Another moved module reference More... over 19 years ago
Typo in tutorial (ApplicationName, not AppNamE)' More... over 19 years ago
I don't think this return does anything, and is distracting. Maybe I'm wrong. More... over 19 years ago
Oops, the typo was worse -- wrong package name. More... over 19 years ago
Typo in tutorial (no constructor call) More... over 19 years ago
Clarify tutorial file location. More... over 19 years ago
Fix POD references to Jifty::Web::PageRegion. More... over 19 years ago
* Make 'jifty app' not put extra slashes on filenames. (Although, hmm, maybe we should be using catfile here?) * Update 'jifty app' output in tutorial. More... over 19 years ago
* We really want App::CLI 0.03, not 0.02. More... over 19 years ago
* Remove last vestiges of ::Delete from ::Update More... over 19 years ago
* Only cleanup after tests if they succeeded * Add automagic database dropping to after-tests cleanup More... over 19 years ago
* Pull request path from ENV rather than Mason, so we keep things like dhandlers out of the request path. This also makes continuations to dhandlers happy. More... over 19 years ago
* Move the order_by into implicit_clauses, so other implicit_clauses can override ordering More... over 19 years ago
* Sorted deps * Added requirement of Test::Base 0.62 * Added Test::Pod::Coverage; patch from Todd Chapman <[email protected]> * Tutorial fixes; patch from Anton Berezin <[email protected]> More... over 19 years ago
* Remove files from MANIFEST that we no longer include * Quiet down logging when we create the db and start up the server More... over 19 years ago
* hcchien pointed out that 'jifty server' didn't work right for non-installed apps alemxv pointed out that this was due to my boneheaded surgery on bin/jifty More... over 19 years ago
* hcchien reported that we had missed a rename in the model. Left a mean note for alex about code to fix More... over 19 years ago
* Removed magical guessed library targets that were only useful at BPS More... over 19 years ago
jifty schema updated to require Jifty::Config More... over 19 years ago
jifty app updated to not try to load a config file More... over 19 years ago
Jifty::Config can now be loaded _without_ actually loading the config file; updated Jifty::Util->default_app_name More... over 19 years ago
* Jifty::Util->app_name renamed to Jifty::Util->default_app_name Jifty::Util->app_root failure softened to a warning to support app creation More... over 19 years ago