Git Product home page Git Product logo

downloads.joomla.org's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

downloads.joomla.org's Issues

Feature request: direct download link for latest Joomla version

The Joomla downloads site lists the most recent Joomla release at https://downloads.joomla.org/latest

It would be nice if you could just use an URL to directly download the latest version, e.g. https://downloads.joomla.org/latest.joomla.zip to download the .zip format of the most recent version.

That way you could always use wget on the command line to download the latest Joomla version directly without first having to go to the Joomla downloads website to find (and copy) the full URL to the download.

Create releases for all 3.x language packages

Add all of the 3.x language package releases to our data importers and import into the database. The database import should be as close to launch as possible as this is a live section and teams will still be creating releases.

Create items for all 3.x language packages

Add all of the 2.5 language package items to our data importers and import into the database. Ensure all ZIP files are uploaded into Amazon S3.

We should be able to upload new packages to S3 as they are published at JoomlaCode until we are ready to import the items into the database.

Backend file selector not working

Can't efficiently create new items with the backend right now because the file selection field isn't working right (missing AJAX trigger or something?).

Feature Request: Release Notices

These came out of a Glip chat, posting here so the information is not lost:

  • Place a notice at the top of all the old/previous Joomla download pages, that is something like this: Note that the latest version of Joomla is available here: https://downloads.joomla.org/cms

  • On the above page, add an info/notice box with text such as: Important information when upgrading Joomla from 1.0, 1.5, 3.5 and [whatever version needs caution], and link that to the Wiki page dealing with upgrades/migrations. The reason I'm suggesting linking the first notice to this CMS page, is that it makes it easier for those with old versions of Joomla to see their version in context of all the other versions. (it makes it clearer they are using an unsupported version)... and it does not clutter the Latest Release page.

CMS Api Endpoint returns also language packs

The CMS API Endpoint should return all CMS releases but right now returns all language packs too: https://downloads.joomla.org/api/v1/releases/cms/

I think the reason is this line here: https://github.com/joomla/downloads.joomla.org/blob/master/libraries/api/controller/releases/cms.php#L39

I have looked up the correct IDs but I'm not sure how to correctly use the filter here?

Category ID Name
268 Joomla 4
4 Joomla 3
3 Joomla 2.5
2 Joomla 1.5
1 Joomla 1.0

Can you help here @HLeithner @wilsonge @Llewellynvdm ?

J4 Release - Update Technical Requirements (reminder)

Add Extensions Infrastructure

The site is currently built for the CMS downloads and translation packs. Add another visual group for extensions. This group will contain all Joomla! Project extensions that we wish to distribute.

Extensions identified for listing on this site:

  • Weblinks
  • Install from Web

Potential extensions for listing on this site (in theory this should be extensions we would be willing to list on the JED in the Official Extensions category):

Automate Deployments

The new Jenkins CI system for joomla.org should be utilized to automate code deployments for this repository. To that, the following steps are required:

  • Create a packaging script for all custom extensions
    • The template overrides should be packaged as a files extension
  • Add a script which can perform CLI extension updates (I will provide this)
  • Create a job on the Jenkins system to deploy changes for changed extensions

Cross origin requests are blocked

Joomla.request({
    url: 'https://downloads.joomla.org/api/v1/releases/cms',
    onSuccess: function(response, xhr) {
        console.log(response);
    }
})

I'd normally expected a response with this, however I'm getting the following:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://downloads.joomla.org/api/v1/releases/cms. (Reason: CORS header 'Access-Control-Allow-Origin' missing).
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://downloads.joomla.org/api/v1/releases/cms. (Reason: CORS request did not succeed).

Same applies for http://update.joomla.org/core/list.xml.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.