JCal Pro Changelog
This area contains the changelogs for recent versions of the JCal Pro extension. Click here to access the main JCal Pro page.
JCal Pro v4.3.20
- Published: 30 April 2018 30 April 2018
- Fixes issue with timezone filter when UTC events exist
- Fixes issues with RSS feeds
- Accomodate T3 template framework issues
Commit Log
- 23e9a02b Release v4.3.20 [Bill Tomczak]
- e0c3f1c5 Slight refactor of system plugin for improved reliability [Bill Tomczak]
- ca88246b Bump dev version [Bill Tomczak]
- 22f7a49d Merge branch 'T3-fix' into development [Bill Tomczak]
- ca8e726f Minor code cleanup [Bill Tomczak]
- b7114485 Compensate for T3 template framework corrupting Joomla classes JCAL-276 [Bill Tomczak]
- 4bf9d176 Minor code cleanup [Bill Tomczak]
- 35de9a6f Update to conform to parent method [Bill Tomczak]
- f5aad8e8 Minor standards fix [Bill Tomczak]
- 65b84072 Minor standards corrections [Bill Tomczak]
- 6c666ab3 Remove old pre-v4.2.4 schema updates [Bill Tomczak]
- 49b2381a Bump dev version [Bill Tomczak]
- eeade828 Updates to db schema for performance and updated standards [Bill Tomczak]
- f71ec24e Pay attention to global feed list limit [Bill Tomczak]
- 2eae1f16 Some minor coding adjustments [Bill Tomczak]
- d2b2d123 Fix link and item selection for rss feeds JCAL-186 [Bill Tomczak]
- bae36cb9 Fixes problem with sticky timezone option in event filter [Bill Tomczak]
- 4b363fad Improve consistency for timezone option collection [Bill Tomczak]
- 331ec9a9 Minor standards fixes [Bill Tomczak]
- c7161fc3 Bump dev version [Bill Tomczak]
JCal Pro v4.3.19
- Published: 19 March 2018 19 March 2018
- Fixes/verifies ACL asset issues on installation
- Fixes issues with frontend location editing
- Fixes issues with logged in users unable to register
- Makes sure selected event is entered on registration form
- Allow use of global configuration on menu parameters
Commit Log
- 12ac6a96 Release v4.3.19 [Bill Tomczak]
- 5b1c13c8 Improve variable name [Bill Tomczak]
- b362d49c Remove j2.x compatibility check, fix comment [Bill Tomczak]
- 61d584f9 Corrections to asset tests during install [Bill Tomczak]
- ba90c389 Minor formatting fixes to install manifest [Bill Tomczak]
- 99c189e1 Allow menu settings to defer to global config [Bill Tomczak]
- af43b390 Fix obsolete usages and set proper defaults [Bill Tomczak]
- b4f9dd93 Clean up router parse method [Bill Tomczak]
- 583cbebd Cleanup router build method [Bill Tomczak]
- 9ddea30b Model loading fixed in parent class [Bill Tomczak]
- 231dd6ff Make sure event is selected on registration [Bill Tomczak]
- d049357d Fixes problem with Apply button in location modal [Bill Tomczak]
- ba755455 Remove unneeded class registration [Bill Tomczak]
- 5f09f94a Bump dev version [Bill Tomczak]
- 695f1921 Minor standards fixes [Bill Tomczak]
- c5532a26 Move form loading to more generally useful method [Bill Tomczak]
- 7ce139ef Catch more ways assets can get messed up [Bill Tomczak]
- 48b701db Check all legacy assets for problems and fix [Bill Tomczak]
- 17d8e00f Fix issues in custom asset sections [Bill Tomczak]
- 5a112a5e Update/sync all file headers/copyright [Bill Tomczak]
- ddd562b9 Bump dev version [Bill Tomczak]
- 44d385e2 Add missing comments [Bill Tomczak]
- 28a0c3d7 Remove all deprecated access methods [Bill Tomczak]
JCal Pro v4.3.18
- Published: 18 February 2018 18 February 2018
- Fix issues with registration
- Convert old jcalrpromedia custom fields to Joomla media fields
Commit Log
- c6b24290 Release v4.3.18 [Bill Tomczak]
- ed14f2f5 Improved fieldtype list [Bill Tomczak]
- feaaf3f1 Add missing comments [Bill Tomczak]
- 64f86bc8 Add fixes to existing fields using obsolete jcalpromedia [Bill Tomczak]
- c82b0b92 bump dev version [Bill Tomczak]
- 76a5a491 Coding standards fixes [Bill Tomczak]
- bac40d3d Make needed include paths are loaded for registrations [Bill Tomczak]
JCal Pro v4.3.17
- Published: 12 February 2018 12 February 2018
- Fixes problem with frontend location editing
- Fixes issues with unable to filter events by location in admin
Commit Log
- f0005d5b Release v4.3.17 [Bill Tomczak]
- f33f6af9 bump dev version [Bill Tomczak]
- 4b77c27f Fixes frontend location editing/adding JCAL-257 [Bill Tomczak]
- 9fa5603c Formatting/Standards fixes [Bill Tomczak]
- 84cc8ee3 Fix issue with filtering by location in admin [Bill Tomczak]
- c0f950b8 Remove pointless insert field user states. [Bill Tomczak]
- dd4e3dcc Bump dev version [Bill Tomczak]
JCal Pro v4.3.16
- Published: 04 February 2018 04 February 2018
- Fixes problem of utf8 characters in event title messed up by editor button
- Complete refactor of editor button to jQuery
- Improvements to modal management code [Locations, Events, Editor button]
- Removes broken Custom Media custom field [replaced with core media field]
Commit Log
- c92b0705 Release v4.3.16 [Bill Tomczak]
- 52231396 Bump dev version [Bill Tomczak]
- 999fc3fc Merge pull request #7 from OSTraining/JCAL-218 [Bill Tomczak]
- cc60fb33 Improve display of insert options of button modal [Bill Tomczak]
- 75a11e09 Move css loading to more sensible place [Bill Tomczak]
- 91629ef5 Fix formatting [Bill Tomczak]
- ecaf2489 Refactor itemid on event insert model to menu item dropdown [Bill Tomczak]
- 7b77a7c2 Remove broken custom media field, replace with core image field [Bill Tomczak]
- 9aabbb55 Correct spelling, other standards fixes [Bill Tomczak]
- 509faa13 Remove obsolete modal template [Bill Tomczak]
- d24a830e bump dev version [Bill Tomczak]
- 07a8473a Merge branch 'development' into JCAL-218 [Bill Tomczak]
- 5bd46fb6 Bump dev version [Bill Tomczak]
- 18f08807 Explicitly declare function [Bill Tomczak]
- 49bbaff2 Complete refactor of editor button to jQuery [Bill Tomczak]
- efabda5b Code cleanup [Bill Tomczak]
- 67d9ba8f Improved naming for modal script functions [Bill Tomczak]
- b4cfc4f9 Refactor location modal for new script method [Bill Tomczak]
- deae93ad Refactor modal select script for more flexibility [Bill Tomczak]
- e5d1577f Minor standards fixes [Bill Tomczak]
- 49b0fef0 Bump dev version [Bill Tomczak]
JCal Pro v4.3.15
- Published: 30 January 2018 30 January 2018
- Fixes problem with editing events in front end
- Fixes default category color on new installs
- Several problems corrected in default theme
- Update urls to Joomlashack help pages
Commit Log
- 1e1b765b Please v4.3.15 [Bill Tomczak]
- 7afefd89 Fixes for comments and standards [Bill Tomczak]
- 97829c73 Correct link backs to joomlashack.com [Bill Tomczak]
- 649eacc9 Various comments fixes [Bill Tomczak]
- 7b2323f3 Clean up and fix various issues with default month template [Bill Tomczak]
- 153fdf5e fixes obsolete usages. [Bill Tomczak]
- b7144082 Handle frontend model loading [Bill Tomczak]
- 3e933d01 Minor standards updates [Bill Tomczak]
- 9cc4057c Don’t provide config link in frontend on empty api key JCAL-89 [Bill Tomczak]
- ebdd6e49 Fix color setting for initial default category [Bill Tomczak]
- c58ee6db Add missing comments [Bill Tomczak]
- 7ad3942b Bump dev version [Bill Tomczak]
JCal Pro v4.3.14
- Published: 28 January 2018 28 January 2018
- Remove support fo sh404SEF
- Fixes auto-name creation for custom fields
- Fixes search page not returning any results
- Fixes php errors from calendar module
- Fixes default heading alignment in calendar module
Commit Log
- 4ef88645 Release v4.3.14 [Bill Tomczak]
- fd9ffaba Remove support for sh404sef [Bill Tomczak]
- 55166b9e Bump dev version [Bill Tomczak]
- 09faa218 Standards cleanup of event table class [Bill Tomczak]
- 2a854bc9 Bump dev version [Bill Tomczak]
- a519d8ac Field table uses non-standard alias field JCAL-248 [Bill Tomczak]
- 51589d05 Cleanup admin model inheritance issues [Bill Tomczak]
- 205e4535 Fixes search page not working JCAL-247 [Bill Tomczak]
- 9ad6526a Add missing comments [Bill Tomczak]
- fd07db5e Fixes text alignment for calendar module in barbarians theme [Bill Tomczak]
- 41864ece Bump dev version [Bill Tomczak]
- 46dade6c Clean up code formatting and comments in calendar template [Bill Tomczak]
- cc913095 Need to use value by reference [Bill Tomczak]
- ef59b9e3 Formally declare static property [Bill Tomczak]
JCal Pro v4.3.13
- Published: 21 January 2018 21 January 2018
Fixes a typo that broke the calendar module
Commit Log
- b33df136 Release v4.3.13 [Bill Tomczak]
- 22ceda6d Fix really bad typo [Bill Tomczak]
JCal Pro v4.3.12
- Published: 21 January 2018 21 January 2018
- Fixes problem sorting by ID in events list
- Fixes problem with non-published events showing up incorrectly
Commit Log
- 733c76d Release v4.3.12 [Bill Tomczak]
- 3427a6d Check event published status in locations module JCAL-245 [Bill Tomczak]
- 0024a03 Add/Fix comments [Bill Tomczak]
- 647c1fc Remove unused variable [Bill Tomczak]
- bf176cb Fix comments [Bill Tomczak]
- 0c8e3f5 Add published filter to calendar module JCAL-245 [Bill Tomczak]
- 0c316f0 Cleanup/Simplify Calendar module setup [Bill Tomczak]
- d14d909 Fix some comments [Bill Tomczak]
- af71c17 Add published filter for events module JCAL-245 [Bill Tomczak]
- 67eb7e8 Reorganize/simplify events model state setting [Bill Tomczak]
- cabba2b Bump dev version [Bill Tomczak]
- 0b3b832 Add missing sort field to whitelist [Bill Tomczak]
- 67754ec Add new language strings to translation files [Bill Tomczak]
JCal Pro v4.3.11
- Published: 15 January 2018 15 January 2018
- Updates administrator UI to current Joomla standards
- Improved modal selection modals for events and locations
- Updates some mootools usages to jQuery
- Cleans up some issues with text searches in events
- Now uses minified javascript files
- Fixes upgrade issue with 'All Day' events on v4.2.x to v4.3.x data conversion
- Remove support for legacy 'All Day' constants
Commit Log
- 30d95343 Release v4.3.11 [Bill Tomczak]
- 9a8f8f47 Adjust locations selection modal for filter management [Bill Tomczak]
- 7082a67a Be more rigorous about handling locations published filter [Bill Tomczak]
- 253189c2 Fix weirdness in Locations clash between new button and system messages [Bill Tomczak]
- b68328df Remove debugging code [Bill Tomczak]
- c4f6597f Abstract filter management for any modal list form [Bill Tomczak]
- 187bf543 Events model manages filters usually passed for modal selection [Bill Tomczak]
- 358d90da Fix category list builder [Bill Tomczak]
- 5c3b80bc Remove legacy templates [Bill Tomczak]
- d630820b More reliable end date fix on 4.3 conversion [Bill Tomczak]
- f7c34ce6 Remove legacy end dates and clean up queries [Bill Tomczak]
- d8f81b9d Use more readable where clause builder [Bill Tomczak]
- b43f4eff Merge pull request #6 from OSTraining/JCAL-86 [Bill Tomczak]
- 68fd59a7 Update minified scripts [Bill Tomczak]
- 68ce4948 Merge branch 'development' into JCAL-86 [Bill Tomczak]
- 1157d2ed Bump dev version [Bill Tomczak]
- 7d0872b9 Implement js minification and remove unused js files [Bill Tomczak]
- b68f052e Simpler link rendering for events modal [Bill Tomczak]
- 515aecd5 Bump dev version [Bill Tomczak]
- 1f27fe71 Add customized contexts for events modals [Bill Tomczak]
- 86c3118a Provide generalized method for custom modal contexts [Bill Tomczak]
- 399d5794 Improve events list modal management [Bill Tomczak]
- 43d7f662 Simplify events list model inheritance [Bill Tomczak]
- 7ff12d90 Minor comment fixes [Bill Tomczak]
- 36818a34 Improve ACL and modal management in locations model/view [Bill Tomczak]
- 88c4f1be Improve/simplify parent list model [Bill Tomczak]
- b8a6a4e9 Remove obsolete property [Bill Tomczak]
- 09f0864a Remove unnecessary abstraction [Bill Tomczak]
- 89e88f0d Clean up helper class [Bill Tomczak]
- 30a34813 Clean up text searches in events [Bill Tomczak]
- b12f38da Minor formatting/standards fixes [Bill Tomczak]
- a3683bad Bump dev version [Bill Tomczak]
- d5c09c7e Merge branch 'development' into JCAL-86 [Bill Tomczak]
- d99f8d8e Make database checks a little more user friendly [Bill Tomczak]
- 195dcec4 Add primitive database checking backdoor. [Bill Tomczak]
- dd9b7193 Bump dev version [Bill Tomczak]
- 823b95cf Minor formatting fixes [Bill Tomczak]
- 621fad6d Use standardized script loading [Bill Tomczak]
- 05c26eea Remove registered filter [Bill Tomczak]
- 726fc8c6 Remove obsolete methods [Bill Tomczak]
- cf9f99ed Minor formatting fixes [Bill Tomczak]
- f05aa774 Remove unused view templates [Bill Tomczak]
- ed7c37f0 Use list icon [Bill Tomczak]
- 73f75d83 Remove obsolete file [Bill Tomczak]
- 6f77b8df Generalize admin modal management [Bill Tomczak]
- f85291b2 Update less/css for inspired theme [Bill Tomczak]
- 62875b24 Fix/update barbarians theme css [Bill Tomczak]
- 71407c8e Complete Location modal conversion to jQuery [Bill Tomczak]
- af600e5d Fix inconsistencies in location modal [Bill Tomczak]
- 9c62facb Cleanup location modal form field [Bill Tomczak]
- 50413e3a Minor code cleanup [Bill Tomczak]
- 03c59e4b Fixes for locations modal in frontend [Bill Tomczak]
- 477eef0b Fix new button link in locations modal [Bill Tomczak]
- a8a6509c Re-add new button on locations modal [Bill Tomczak]
- 522836df Cleanup/simplify locations modal [Bill Tomczak]
- 8945a34f Bump dev version [Bill Tomczak]
- 0562a11c Merge branch 'development' into JCAL-86 [Bill Tomczak]
- ce0d5cc7 Merge branch 'development' into JCAL-86 [Bill Tomczak]
- c18e112e Add language filter for emails [Bill Tomczak]
- 8c2908ca Add missing language strings [Bill Tomczak]
- d7d96609 Update registration list filtering/ordering [Bill Tomczak]
- e17b2c9a Update location list filtering/ordering [Bill Tomczak]
- e7016ee1 Update forms list filtering/ordering [Bill Tomczak]
- acaa4015 Fix nested forms [Bill Tomczak]
- 1abc4dfd Update fields list filtering/ordering [Bill Tomczak]
- 185e2e0f Upgrade admin emails filters/ordering [Bill Tomczak]
- 04b84740 Minor fixes for admin events list [Bill Tomczak]
- 91591025 Remove obsolete method [Bill Tomczak]
- 1df7bcf0 Enhancement to timezone form field [Bill Tomczak]
- 7976deeb Add published filter [Bill Tomczak]
- 90e61ebf Fix initial events ordering [Bill Tomczak]
- 5357b89d Update ordering options for events [Bill Tomczak]
- 79bde7da Update event list filtering [Bill Tomczak]
- b490b7a7 Fix sidebar for categories view [Bill Tomczak]
- 6e371d71 First pass moving to admin sidebar [Bill Tomczak]
- 5cbb76de Make field name automatic from field title [Bill Tomczak]
- 278bfac6 Rename language string for general use [Bill Tomczak]