Skip to content

Commit deb7098

Browse files
committed
First Phase of Joomla! Deprecation removal.
1 parent 49f27aa commit deb7098

File tree

391 files changed

+6340
-5014
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

391 files changed

+6340
-5014
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
112112

113113
#### 11-05-2017 Tony Partridge
114114
* JEvents 3.4.38
115-
* Fixed issue with JInputFilter saving on pre J3.7.1
115+
* Fixed issue with inputFilter saving on pre J3.7.1
116116

117117
#### 10-05-2017 Geraint Edwards
118118
* JEvents 3.4.37
@@ -125,7 +125,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
125125
* Added published_fv to the publish/unpublish links within Manage Events View, this keeps the manage events filter state i.e. all events, published or un-published.
126126

127127
#### 03-05-2017 Tony Partridge
128-
*Fixed issue with 504 Gateway timeout when saving on some servers, caused but using JRequest, replaced with JInput
128+
*Fixed issue with 504 Gateway timeout when saving on some servers, caused but using JRequest, replaced with input
129129

130130
####26-04-2017 Geraint Edwards
131131
* JEvents 3.4.36

build/createpackage.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ zip -r --exclude=*.svn* --exclude=*.gitignore* ../mod_jevents_latest.zip mod_je
2424
zip -r --exclude=*.svn* --exclude=*.gitignore* ../mod_jevents_legend.zip mod_jevents_legend
2525
zip -r --exclude=*.svn* --exclude=*.gitignore* ../mod_jevents_switchview.zip mod_jevents_switchview
2626
cd ../
27-
zip -r --exclude=*.svn* --exclude=*.gitignore* "jevents34_$VERSION.zip" language install.php pkg_jevents.xml com_jevents.zip finder.zip search.zip gwejson.zip installer.zip googl.zip jevtypeahead.zip jevmodal.zip jevents.zip mod_jevents_cal.zip mod_jevents_custom.zip mod_jevents_filter.zip mod_jevents_latest.zip mod_jevents_legend.zip mod_jevents_switchview.zip
27+
zip -r --exclude=*.svn* --exclude=*.gitignore* "jevents35a1_$VERSION.zip" language install.php pkg_jevents.xml com_jevents.zip finder.zip search.zip gwejson.zip installer.zip googl.zip jevtypeahead.zip jevmodal.zip jevents.zip mod_jevents_cal.zip mod_jevents_custom.zip mod_jevents_filter.zip mod_jevents_latest.zip mod_jevents_legend.zip mod_jevents_switchview.zip
2828

29-
find . \! -name "createpackage.sh" \! -name "jevents34_$VERSION.zip" | xargs rm -rf
29+
find . \! -name "createpackage.sh" \! -name "jevents35a1_$VERSION.zip" | xargs rm -rf

0 commit comments

Comments
 (0)