1
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Additional phpdoc-related updates More... over 12 years ago
Complete phpdoc integration per @petsagouris PR #179 More... over 12 years ago
Continued phpdoc updates per @petsagouris PR #179 More... over 12 years ago
Remove autojoin and global options for FieldtypeRepeater, as they aren't compatible. More... over 12 years ago
Originally from PR #110 - Make FieldtypePage and InputfieldPage have the option of containing unpublished pages. To enable this option, edit a field of type 'Page' and click the 'Advanced' tab. You'll see a checkbox there to enable it. More... over 12 years ago
Integrate changes from @petsagouris PR #179 for files: CacheFile.php, Config.php, Data.php, Database.php, Field.php, Fieldgroup.php, Fieldgroups.php More... over 12 years ago
Integrate WireArray Phpdoc changes from @petsagouris PR #179 More... over 12 years ago
Update index.php version number per issue #181 More... over 12 years ago
Per issue #176, fix issue with InputfieldEmail that was causing duplication of 'id' attributes when there was more than one email field in a form. More... over 12 years ago
Remove surrounding <p> tags from InputfieldDatetime per issue #176 More... over 12 years ago
Make the Comments Fieldtype modules translatable. Thanks to Radik for starting this. More... over 12 years ago
Update $session->redirect() so that ProcessPageView::finished still gets called on a redirect request. More... over 12 years ago
Fix issue in PageFinder with "parent.[non-native-field]" DB selector queries More... over 12 years ago
Add a hook in LanguageSupportPageNames to Page::viewable. Now you can call $page->viewable($language) or $page->viewable('language-name') to see if the page is viewable by the current user in that language. Viewable in this case means that the page has its "active" box checked on the settings tab. More... over 12 years ago
Update Pagefile::hasTag() and Pagefiles::getTag() and Pagefiles::findTag() to support OR tags, separated by "|", like "this-tag|that-tag". More... over 12 years ago
Small bug fixes to LanguageSupport More... over 12 years ago
Fix issue with default language segment not working for guest users. More... over 12 years ago
Updates to $page->render(); method. Now you can specify $page->render($options); or $page->render($filename, $options); See the function phpdocs for PageRender::renderPage method for more details. More... over 12 years ago
add httpUrl() function to Pagefile class, which covers all file and image fields. More... over 12 years ago
Add additional hooks for Templates and Fields classes for consistency with Pages class. saved(), saveReady(), deleted(), added(), etc. Most of these are actually defined in WireSaveableItems class. More... over 12 years ago
Fix issue with LanguageSupportPageNames non-static call in static method. @somatonic More... over 12 years ago
Add Diogo's ProcessPageList optimization to allow double-click to edit. More... over 12 years ago
Update LanguageSupportPageNames to support a language-by-language "unpublished" status. More... over 12 years ago
Update Page class helper classes to be non-static, just in case we ever want to make them dependency injections. More... over 12 years ago
Merge branch 'dev' More... over 12 years ago
README file updates More... over 12 years ago
Updates preparing for first tagged 2.3 version More... over 12 years ago
Add @somatonic TinyMCE editor_plugin fix per PR #174 More... over 12 years ago
Additional tweaks and improvements to LanguageSupportPageNames More... over 12 years ago
Additional upgrades for support of multi-language page names. Now you can define them when adding a page. Previously you could only define them after the page existed. More... over 12 years ago