1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 29, 2024 — Dec 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add multi-language profile to core. Also update language translator to separate site translations from wire (core) translations. Plus a few fixes. More... over 11 years ago
Fix issue #574 with 'sort' option appearing as an InputfieldSelector option in ProcessPageLister, when it shouldn't. More... over 11 years ago
Various updates, though mostly related to installer More... over 11 years ago
Updates for Pageimage suffix support per @horst-n PR #528 More... over 11 years ago
Various small updates that have been accumulating locally. Nothing particularly interesting here. More... over 11 years ago
Fix issue #614 with FieldtypeSelector showing up for an unconfigured Page field rather than an error message. More... over 11 years ago
Fix issue #612 with drag-drop label overlay in InputfieldFile More... over 11 years ago
Update per @somatonic issue #611: make ProcessList pull titles from page names rather than from modules, for consistency with top nav. More... over 11 years ago
Some additional Language Translator updates. Modified it to use a select multiple so that you could add many files at once. More... over 11 years ago
Upgrades to Language translation system. Now it gives you a list of translatable files rather than asking you to figure it out yourself. It also comes with a Download ZIP button so you can easily copy all your translation files to somewhere else. More... over 11 years ago
Fix some translation gaps in ProcessUser.module and ProcessRole.module per issue #609 More... over 11 years ago
Update for issue #607 to make throwing of exceptions the default behavior More... over 11 years ago
Update for issue #606 to convert language description widths to use a JS-based media query More... over 11 years ago
Addition of "blank" and "classic" site profiles as install options. Update installer to support multiple profiles. Update templates to support custom prepend/append files, as well as have the ability to disable $config->prependTemplateFile or $config->appendTemplateFile on a per-template basis. More... over 11 years ago
Adjustment to system update #6 per issue #615 More... over 11 years ago
Add new wireZipFile() function (which creates a ZIP file) to accompany the existing wireUnzipFile() function. Also several updates/improvements to WireDatabaseBackup class. More... over 11 years ago
Update ProcessField so that it now has the option of remembering field settings across field type changes. More... over 11 years ago
Bump version revision to .14 More... over 11 years ago
Various minor updates throughout More... over 11 years ago
Make Process modules smarter. See the new 'page' setting in the example getModuleInfo in /wire/core/Process.php for details. More... over 11 years ago
Fix issue #571 where a problem occurred when using uppercase characters in the translation text. More... over 11 years ago
Fix issue #599 with InputfieldImage move top/move bottom link hover areas appearing in wrong place. More... over 11 years ago
Fix issue #605 where LanguageSupportPageNames + duplicate page name in non-default language could cause a timeout More... over 11 years ago
Updates to WireDatabaseBackup per commit #52c09f5 notes from @adrianbj More... over 11 years ago
Various updates throughout, including some updates per enhancement issue #597 More... over 11 years ago
Add WireDatabaseBackup class, which supports creating backups and restoring them. Can be accessed directly via $database->backup(). More... over 11 years ago
Update base Process module to have dedicated methods for settings headline and breadcrumbs: $this->headline('text'); and $this->breadcrumb('url', 'text'); Also updated ProcessController to create automatic headline and breadcrumbs for execute[Function] when not supplied by the Process module. More... over 11 years ago
Add basic SVG support to Pageimage & InputfieldImage classes, per @adrianbj enhancement request issue #597 More... over 11 years ago
Fix issue #570 with too much CSS margin in InputfieldPageAutocomplete More... over 11 years ago
I was seeing some occasional issues with CKE not loading after the last update (though adrian described a similar issue in the past), so this update delays the load till document.ready. That seemed to fix it here at least. More... over 11 years ago