19
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* name is assumed to be a fully-qualified region name More... about 19 years ago
* Only show calendar link on text entry (it was showing up on hidden entries!) * element.parentNode hits Document before it hits null, which doesn't have a getAttribute More... about 19 years ago
* Buttons should produce registrations * links and buttons should insert submit information into their onclicks * First pass at removing regions * If we can't know the path of the region (because we don't know about it), carry on anyways, but output a debug warning. More... about 19 years ago
* use correct url base for models in navigation More... about 19 years ago
* Jifty::Dispatcher - Make it Really Work (tm) :) More... about 19 years ago
Jesse and Audrey design session on client-side continuations More... about 19 years ago
* Jifty::Dispatcher: _compile_glob is now closer to unixy behaviour: /*/ # one or more chars must match at * /foo/* # one or more /*foo # zero or more /foo* # zero or more /foo?? # captured as one unit /foo???* # two units also documented it more thoroughly in POD. More... about 19 years ago
* expand relative paths on guessed data More... about 19 years ago
* Change localization to the '%1' format that works, from the '[_1] format that doesn't. More... about 19 years ago
* Don't use absolute paths in the config file; use %percents% to mark them as to be made absolute when read * Return undef if we can't guess the app path More... about 19 years ago
* A moniker can show up in more than one form. Try harder to find the right one. * Note that skipping undef values for canonicalization is a bit odd More... about 19 years ago
* Wording change to not trigger dependency checker. More... about 19 years ago
* Better dependency checking * Remove modules in 5.8.3 core from Makefile.PL More... about 19 years ago
* Update actions should still enforce constructors as being required. More... about 19 years ago
* Fix MANIFEST * Update META.yml, Module::Install More... about 19 years ago
update manifest More... about 19 years ago
* Unescape incoming and stored URIs to make them match better * If that fails, warn if it looks dodgy. More... about 19 years ago
POD fix More... about 19 years ago
Add a type for reset buttons More... about 19 years ago
Shouldn't have gotten rid of this More... about 19 years ago
* Use source of IE7 instead of the compacted version (which generates errors) * Remove two code blocks from ie7-standard-p.js which also cause errors. See the comment marked "XXX TODO". More... about 19 years ago
* Option to force Clickables to generate buttons * POD nits More... about 19 years ago
* Jifty::I18N: allow hard-coding of application language using the framework.L10N.Lang config. More... about 19 years ago
* Jifty::Config: when guessing initial config, always use absolute path instead of relative ones, as lighttpd does a implicit "chdir" into document root, rendering relative paths for e.g. PO files useless. More... about 19 years ago
* remove an erroneous entry in MANIFEST More... about 19 years ago
* Unite escaping functions More... about 19 years ago
* Massively improved Locale::Maketext::Extract's API for Jifty's needs, so up the deps again to LME 0.20 / LML 0.60 to take advantage of the new API. More... about 19 years ago
* Actions get automagic current_user's too * Update POD to match reality More... about 19 years ago
* Removed an extra eval from J::O->_get_current_user More... about 19 years ago
* A little bit of work to make PageRegion calls a little bit lighter. More... about 19 years ago