openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
ProcessWire
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 9 hours
ago.
Jul 28, 2024 — Jul 28, 2025
Showing page 33 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Additional phpdoc-related updates
Ryan Cramer
More...
over 12 years ago
Complete phpdoc integration per @petsagouris PR #179
Ryan Cramer
More...
over 12 years ago
Continued phpdoc updates per @petsagouris PR #179
Ryan Cramer
More...
over 12 years ago
Remove autojoin and global options for FieldtypeRepeater, as they aren't compatible.
Ryan Cramer
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.
Ryan Cramer
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
Ryan Cramer
More...
over 12 years ago
Integrate WireArray Phpdoc changes from @petsagouris PR #179
Ryan Cramer
More...
over 12 years ago
Update index.php version number per issue #181
Ryan Cramer
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.
Ryan Cramer
More...
over 12 years ago
Remove surrounding <p> tags from InputfieldDatetime per issue #176
Ryan Cramer
More...
over 12 years ago
Make the Comments Fieldtype modules translatable. Thanks to Radik for starting this.
Ryan Cramer
More...
over 12 years ago
Update $session->redirect() so that ProcessPageView::finished still gets called on a redirect request.
Ryan Cramer
More...
over 12 years ago
Fix issue in PageFinder with "parent.[non-native-field]" DB selector queries
Ryan Cramer
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.
Ryan Cramer
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".
Ryan Cramer
More...
over 12 years ago
Small bug fixes to LanguageSupport
Ryan Cramer
More...
over 12 years ago
Fix issue with default language segment not working for guest users.
Ryan Cramer
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.
Ryan Cramer
More...
over 12 years ago
add httpUrl() function to Pagefile class, which covers all file and image fields.
Ryan Cramer
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.
Ryan Cramer
More...
over 12 years ago
Fix issue with LanguageSupportPageNames non-static call in static method. @somatonic
Ryan Cramer
More...
over 12 years ago
Add Diogo's ProcessPageList optimization to allow double-click to edit.
Ryan Cramer
More...
over 12 years ago
Update LanguageSupportPageNames to support a language-by-language "unpublished" status.
Ryan Cramer
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.
Ryan Cramer
More...
over 12 years ago
Merge branch 'dev'
Ryan Cramer
More...
over 12 years ago
README file updates
Ryan Cramer
More...
over 12 years ago
Updates preparing for first tagged 2.3 version
Ryan Cramer
More...
over 12 years ago
Add @somatonic TinyMCE editor_plugin fix per PR #174
Ryan Cramer
More...
over 12 years ago
Additional tweaks and improvements to LanguageSupportPageNames
Ryan Cramer
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.
Ryan Cramer
More...
over 12 years ago
←
1
2
…
29
30
31
32
33
34
35
36
37
…
54
55
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree