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
1 day
ago. based on code collected
1 day
ago.
Jul 21, 2024 — Jul 21, 2025
Showing page 30 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add autocomplete search to default admin theme.
Ryan Cramer
More...
almost 12 years ago
Update .gitignore file with .sv per @teppokoivula issue #235
Ryan Cramer
More...
almost 12 years ago
Add two letters from Czech alphabet to InputfieldPageName.module default translation characters, per @uiii issue #234
Ryan Cramer
More...
almost 12 years ago
Update MarkupPagerNav to support currentLinkMarkup per @sunlix issue #233 PR
Ryan Cramer
More...
almost 12 years ago
Apply FieldtypeFile localization patch per @mseed issue #230
Ryan Cramer
More...
almost 12 years ago
Add Adrian's updates to InputfieldPageName/InputfieldPageTitle. This enables page names that truncate at their max length at the end of the word rather than in the middle of a word.
Ryan Cramer
More...
almost 12 years ago
Update the autocomplete inputfield to work properly with single-page selection fields.
Ryan Cramer
More...
almost 12 years ago
Make the max # of paginations configurable via $config->maxPageNum=999;
Ryan Cramer
More...
almost 12 years ago
Various tweaks + fixes to inputfield dependencies and replace remaining jquery live() calls with on() calls.
Ryan Cramer
More...
almost 12 years ago
Fix issue with field dependencies and <= and >= operators not working properly due to a regex order.
Ryan Cramer
More...
almost 12 years ago
Update field dependencies to have better type checking. This corrects the issue of it failing with "field>0, field<10" type selectors.
Ryan Cramer
More...
almost 12 years ago
Looks like I broke the installer on the last dev commit (sorry), this fixes that.
Ryan Cramer
More...
almost 12 years ago
Update to add label fields to ProcessTemplate fields list in edit screen. This also corrects the issue with field dependencies defined in fieldsets that were losing their indentation.
Ryan Cramer
More...
almost 12 years ago
Bump version to 2.3.4 (meant to do this on the last commit)
Ryan Cramer
More...
almost 12 years ago
Add support for Inputfield Dependencies! Just a heads up: expect bugs. There are a whole lot of scenarios and this needs a lot of testing. For more about how Inputfield dependencies work, see the new documentation page at: http://processwire.com/api/selectors/inputfield-dependencies/
Ryan Cramer
More...
almost 12 years ago
Fix issue with Notices being generated from DatabaseMysqli when in debug mode and FormBuilder
Ryan Cramer
More...
almost 12 years ago
Update installer to use PDO rather than mysqli.
Ryan Cramer
More...
almost 12 years ago
Update htaccess to a setting compatible with pagefileSecure option (as a better default)
Ryan Cramer
More...
almost 12 years ago
Fix for @somatonic issue #229 (/wire/core/Pages.php). Also added a "quote" method to the WireDatabasePDO class (was supposed to be there before).
Ryan Cramer
More...
almost 12 years ago
Addition for @somatonic issue #227 - auto-publish behavior of adding a page with only global fields (like "title") is now configurable in the ProcessPageAdd module settings.
Ryan Cramer
More...
almost 12 years ago
Fix issue #220 with InputfieldPageListSelectMultiple.module lacking translations.
Ryan Cramer
More...
almost 12 years ago
Fix issue #223 where multi-language fields didn't save their value when there was only 1 language in the system.
Ryan Cramer
More...
almost 12 years ago
Fix issue @junofornow #224 - file fields were losing their drag/sort ability when functioning as language alternate fields
Ryan Cramer
More...
almost 12 years ago
Fix issue #225 where 'name' in page editor was saying it was required when it was not actually editable.
Ryan Cramer
More...
almost 12 years ago
Small updates in preparation for later field dependency commits.
Ryan Cramer
More...
almost 12 years ago
Update LanguageTranslator to use human-readable JSON output when the PHP version (5.4+) allows: JSON_PRETTY_PRINT option to json_encode().
Ryan Cramer
More...
almost 12 years ago
Various minor fixes and tweaks.
Ryan Cramer
More...
almost 12 years ago
Fix issue with WireDatabasePDO having incorrect options format for the ERRMODE_EXCEPTION
Ryan Cramer
More...
almost 12 years ago
Add @horst's sharpening, auto-rotation and saving of IPTC data to the ImageSizer class. Thanks Horst! See the updated /site-default/config.php for new options where you can specify defaults. These can also be specified as options independently via the $options array to Pageimage class, $image->size($w, $h, $options), and related functions.
Ryan Cramer
More...
almost 12 years ago
Fix issue that was causing the "unexpected double colon" error in PHP 5.2.x
Ryan Cramer
More...
almost 12 years ago
←
1
2
…
26
27
28
29
30
31
32
33
34
…
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