Skip to content

Commit

Permalink
Converting to core MVC
Browse files Browse the repository at this point in the history
Basic plumbing
  • Loading branch information
Nicholas K. Dionysopoulos committed Apr 30, 2021
1 parent 0d99401 commit 8cc6a50
Show file tree
Hide file tree
Showing 296 changed files with 2,171 additions and 525 deletions.
11 changes: 1 addition & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
# phpStorm
/.idea

# Build tools
/build/bin
/build/buildlang
/build/phingext
/build/tools

# Symlinked files/folders into the component tree
/component/ars.xml
/component/backend/views
/component/cli/*.xml
/component/frontend/views
/component/backend/ars.xml

# Release files
/release
Expand Down
12 changes: 2 additions & 10 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<?php die(); ?>
Akeeba Release System 6.0.1
Akeeba Release System 7.0.0
================================================================================
~ Converted all tables to InnoDB for better performance

Akeeba Release System 6.0.0
================================================================================
+ Rewritten with FOF 4
+ Now using FEF 2 with a common JavaScript library across all Akeeba extensions
+ Renamed ViewTemplates to tmpl (Joomla 4 convention, with fallback code for Joomla 3)
+ Download anchor tags use the `download` attribute
+ Yes/No options in the component and plugin options now work correctly under Joomla 4.0 beta 7 and later
~ Rewritten using core Joomla 4 MVC and Bootstrap 5 styling
12 changes: 12 additions & 0 deletions CHANGELOG-OLD
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Akeeba Release System 6.0.1
================================================================================
~ Converted all tables to InnoDB for better performance

Akeeba Release System 6.0.0
================================================================================
+ Rewritten with FOF 4
+ Now using FEF 2 with a common JavaScript library across all Akeeba extensions
+ Renamed ViewTemplates to tmpl (Joomla 4 convention, with fallback code for Joomla 3)
+ Download anchor tags use the `download` attribute
+ Yes/No options in the component and plugin options now work correctly under Joomla 4.0 beta 7 and later

# 5.1.0
================================================================================

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ Necessary folder structure for building packages

* **ars** This repository
* **buildfiles** [Akeeba Build Tools](https://github.com/akeeba/buildfiles)
* **fof4** [Framework on Framework 4.x](https://github.com/akeeba/fof)

From `ars/build` run `phing git -Dversion=5.999.999.b1` to build an installable package with the fake version number `5.999.999.b1`.
79 changes: 0 additions & 79 deletions build/templates/ars.xml

This file was deleted.

Loading

0 comments on commit 8cc6a50

Please sign in to comment.