1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Aug 10, 2024 — Aug 10, 2025
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. 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. More... about 12 years ago
Bump version number to 2.3.3 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. More... about 12 years ago
Fix issue with InputfieldTextarea showing a redundant "type" attribute. More... about 12 years ago
Add some padding between MarkupAdminDataTable columns More... about 12 years ago
Make SessionLoginThrottle slightly less annoying. More... about 12 years ago
Fix issue with ProcessPageSearch using the incorrect pagination URL on "for" queries. 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. More... about 12 years ago
Updates to Page class including more status checking methods and support for named statuses like: unpublished, hidden, locked. 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). More... about 12 years ago
Make PagefilesManager::url() hookable. Note that the hook function can retrieve $page from $event->object->page. 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 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. More... about 12 years ago
Improvements to the "who can access this page" output in ProcessPageEdit, related to post in forums by @somatonic More... about 12 years ago
Update the MarkupPageArray::renderPager() method to support URL segments with paginated URLs. 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. 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. More... about 12 years ago
Update to LanguageSupportPageNames so that it now supports use with URL segments. More... about 12 years ago
Fix to $sanitizer->pageName() translation per @apeisa issue #209 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). More... about 12 years ago
LanguageSupportPageNames: Fix issue where page numbers off root were causing extra slashes or redirects. More... about 12 years ago
Update the comments in /site/templates/admin.php to be clear that the file can be edited. 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) 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. 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. More... about 12 years ago
Potential fix for @dreerr issue #203 where a field type change was failing. 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. More... about 12 years ago
Correct behavior of $sanitizer->selectorValue() per @teppokoivula issue #204 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. More... about 12 years ago