1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 15 hours ago.
Jun 22, 2024 — Jun 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix issue where drag-drop of images in InputfieldImage was trigger a lightbox in Firefox More... over 11 years ago
Update ProcessPageEditLink module to support a "link to child" option, as well as the ability to support relative links (setting appears in ProcessPageEditLink module settings). More... over 11 years ago
Fix missing DIRECTORY_SEPARATOR in ProcessModule that was causing the 'Core' tab not to appear on Windows server installations. More... over 11 years ago
Fix issue where LanguageSupportPageNames was not compatible with the $config->pagefileSecure option. More... over 11 years ago
Make the User::hasPagePermission() and User::hasTemplatePermission() methods hookable per @niklaka issue #328 More... over 11 years ago
Update installer to configure the $config->httpHosts setting. More... over 11 years ago
Update installer to support a time zone setting. More... over 11 years ago
Bump version to 2.3.15 as for release candidate for 2.4 More... over 11 years ago
Some final updates to new default admin theme, including changing the translation source to be the old admin theme, and moving the render functions to a helper class rather than generic functions. Also, update the old admin theme for current version jQuery UI compatibility (in case people want to continue using old admin theme for IE8 or something). More... over 11 years ago
Convert config settings for some modules to be translatable. Add @teppokoivula pageMoved event per PR #327 More... over 11 years ago
Fix issue with some DatabaseQuery comments interfering with PDO parameters More... over 11 years ago
Minor adjustment to last commit More... over 11 years ago
Update installer to use new admin theme and make the color theme selectable during installation. More... over 11 years ago
Minor fix to admin theme mobile dropdown, as it wouldn't let you open, close, then re-open the menu before. More... over 11 years ago
Update LazyCron to only execute on "normal" requests (i.e. those that don't involve file sends, redirects or errors) More... over 11 years ago
Follow up to @somatonic issue #319 - get LazyCron to stop holding up the page render More... over 11 years ago
Attempt fix for @somatonic issue #319 - LazyCron slows page render More... over 11 years ago
Fix @somatonic issue #318 / entity encoding where there shouldn't be in a message from ProcessModule More... over 11 years ago
Add new hooks to $pages API variable: published, unpublished, publishReady, unpublishReady, statusChangeReady, statusChanged More... over 11 years ago
Admin theme tweaks More... over 11 years ago
Update for issue #313 - remove 'Home' from the list of page labels that can be translated in a language pack More... over 11 years ago
Fix @somatonic issue #317 fixing a typo where $dir should have been $path More... over 11 years ago
@somatonic issue #316 - make modal=1 state retained through all InputfieldForm submissions and $session->redirect() calls, when in admin. More... over 11 years ago
Fix the upload progress bars so that they look like they are supposed to be there. Plus fix them so that they work in image grid mode as well. More... over 11 years ago
Minor admin theme tweaks, including improvements to LanguageTabs More... over 11 years ago
Adjustment to the wording for the description of the LanguageSupportPageNames new inputs added in last commit. More... over 11 years ago
LanguageSupportPageNames: Add support for configuring whether the homepage URL is served by the "/" root URL or "/default-language/" segment URL. More... over 11 years ago
Fix @somatonic issue #308 with change tracking reference being lost after a Pagefiles::find or Pagefiles::filter operation. More... over 11 years ago
Fix issue with FieldtypePage leaving behind references for deleted pages, plus added a tool to clean out orphaned references (to the module settings). The presence of these orphaned references aren't a problem except if you are relying upon "pageref.count" selectors somewhere, as the orphaned references can cause those to return incorrect results. Otherwise, the orphaned references will get deleted naturally over time as pages are saved. More... over 11 years ago
UI enhancements to ProcessModule and add support for module deletion. More... over 11 years ago