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 10 hours
ago. based on code collected
about 10 hours
ago.
Aug 10, 2024 — Aug 10, 2025
Showing page 31 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updates to the new FieldtypeTextarea "Content Type" option so that it also works with multi-language textarea fields.
Ryan Cramer
More...
about 12 years ago
Add a data-language attribute around the `<div class='LanguageSupport' data-language='[language ID]'>...</div>` tags that wrap each multi language field. This is to support future detection of the field language by TinyMCE/CKEditor plugins.
Ryan Cramer
More...
about 12 years ago
Bump version number to 2.3.3
Ryan Cramer
More...
about 12 years ago
Update FieldtypeTextarea to have a new Content Type setting (details tab of field editor). When "Markup/HTML" is selected, it will abstract URLs in "href" and "src" attributes so that it doesn't matter if a site is migrated to/from a subdirectory.
Ryan Cramer
More...
about 12 years ago
Fix issue with InputfieldTextarea showing a redundant "type" attribute.
Ryan Cramer
More...
about 12 years ago
Add some padding between MarkupAdminDataTable columns
Ryan Cramer
More...
about 12 years ago
Make SessionLoginThrottle slightly less annoying.
Ryan Cramer
More...
about 12 years ago
Fix issue with ProcessPageSearch using the incorrect pagination URL on "for" queries.
Ryan Cramer
More...
about 12 years ago
Correct issue with FieldtypeFloat not being able to save to DB other types of floats that use different characters for thousands separator, decimal point, etc.
Ryan Cramer
More...
about 12 years ago
Updates to Page class including more status checking methods and support for named statuses like: unpublished, hidden, locked.
Ryan Cramer
More...
about 12 years ago
Add support for "locked" mode for Inputfields, where it shows the value but doesn't let it be editable. Also fix an issue with handling of empty array values that affected FieldtypeModules and FieldtypeTemplates (3rd party modules).
Ryan Cramer
More...
about 12 years ago
Make PagefilesManager::url() hookable. Note that the hook function can retrieve $page from $event->object->page.
Ryan Cramer
More...
about 12 years ago
Add support in InputfieldPageName for replacement of period (for those that don't want periods in page names) per issue #214
Ryan Cramer
More...
about 12 years ago
Fix for issue #212 with wrong submit button getting pressed by <enter> within a text field in the page editor.
Ryan Cramer
More...
about 12 years ago
Improvements to the "who can access this page" output in ProcessPageEdit, related to post in forums by @somatonic
Ryan Cramer
More...
about 12 years ago
Update the MarkupPageArray::renderPager() method to support URL segments with paginated URLs.
Ryan Cramer
More...
about 12 years ago
Update the $page->viewable() method to support $page->viewable($user), where $user is a User object, effectively providing a "viewable by user" capability.
Ryan Cramer
More...
about 12 years ago
Update Modules.php init() loader to support dependency load order for autoload modules. Now if an autoload module says it 'requires' another autoload module, ProcessWire will ensure that dependency is autoloaded first. This resolves issues with modules like LanguageSupportPageNames autoloading before LanguageSupport.module.
Ryan Cramer
More...
about 12 years ago
Update to LanguageSupportPageNames so that it now supports use with URL segments.
Ryan Cramer
More...
about 12 years ago
Fix to $sanitizer->pageName() translation per @apeisa issue #209
Ryan Cramer
More...
about 12 years ago
Add capability for multi-language fields to have the option of either inheriting or NOT inheriting the default language value when they are blank. Previously, they would always inherit. You can configure the behavior with the field's settings (details tab).
Ryan Cramer
More...
about 12 years ago
LanguageSupportPageNames: Fix issue where page numbers off root were causing extra slashes or redirects.
Ryan Cramer
More...
about 12 years ago
Update the comments in /site/templates/admin.php to be clear that the file can be edited.
Ryan Cramer
More...
about 12 years ago
LanguageSupportPageNames Fix the endless redirect issue that occurred when using a root-level path with URLs designed to have no trailing slash (like /sitemap.xml)
Ryan Cramer
More...
about 12 years ago
Add a formatVersion() method to modules class. You can pass it any type of module version (whether integer or string) and it'll format it consistently with others. Also updated WireHttp to support posting of unnamed POST data, rather than just arrays.
Ryan Cramer
More...
about 12 years ago
Fix issue where pagination wasn't working with LanguageSupportPageNames. Also make the pagination segment like "page" in "page2" translatable in the LanguageSupportPageNames module configuration.
Ryan Cramer
More...
about 12 years ago
Potential fix for @dreerr issue #203 where a field type change was failing.
Ryan Cramer
More...
about 12 years ago
Fix @somatonic issue #206 that was triggered from ImagesManager module during uninstall (or in his case, install) in combination with LanguageSupportPagesNames.
Ryan Cramer
More...
about 12 years ago
Correct behavior of $sanitizer->selectorValue() per @teppokoivula issue #204
Ryan Cramer
More...
about 12 years ago
Fix for @wanze issue #205 where OR fields in a selector with a blank value like "height|floors=0" resulted in the "height|floors" being AND rather than OR.
Ryan Cramer
More...
about 12 years ago
←
1
2
…
27
28
29
30
31
32
33
34
35
…
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