Root/
File | Age | Message | Size | |
---|---|---|---|---|
.. | ||||
Thomas Keller: Improve the error we throw at the user if no configuration is found to calculate the project activities. | ||||
Jean-Philippe Fleury: Use positional arguments everywhere where we put more than one string into a translatable sentence to ease the work on more exotic translations. | ||||
William MARTIN: Update copyrigt | ||||
Jean-Philippe Fleury: Fix issue 773. | ||||
William MARTIN: Update copyrigt | ||||
Thomas Keller: Replace the implementation of splitIntoLines by a new one that does not need PHP's array_shift which tends to be very slow for arrays with many thousand entries (fixes issue 804). | ||||
Thomas Keller: Make the project field in the tags table nullable so it is (hopefully) optional on setups with enabled foreign key constraints. | ||||
William MARTIN: Update copyrigt | ||||
Jean-Philippe Fleury: Use positional arguments everywhere where we put more than one string into a translatable sentence to ease the work on more exotic translations. | ||||
Jean-Philippe Fleury: Use positional arguments everywhere where we put more than one string into a translatable sentence to ease the work on more exotic translations. | ||||
William MARTIN: Update copyrigt | ||||
Thomas Keller: Basic storage of relations for new issues has been done; the relations are also properly displayed at the left side in the issue's detail view. | ||||
Thomas Keller: Fix a couple of issues with our key parsing / validating code. - be explicit and expect only ssh-dss or ssh-rsa keys - allow any character (even line breaks and whitespace) in the optional comment, but shrink all of them to simple spaces (fixes issue 679) - test the newly uploaded key against existing keys only by the base key data, not the fully uploaded string (that might contain a changed comment line or the like) to avoid duplicates; also only check the keys of the user for duplicates, not all existing keys in the forge (if for whatever reason two user accounts share a key) | ||||
Thomas Keller: Implement a simple form to save custom markdown-enabled content in the forge's admin area that is displayed instead of the default project list. Sanitize the URLs that we're using and make a redirect to the listProjects page when no custom forge page is enabled. | ||||
William MARTIN: Update copyrigt | ||||
Thomas Keller: Fix PostgreSQL compatibility issues. | ||||
Thomas Keller: getOne checks for uniqueness, but its perfectly valid to have more than a single check, do'h! | ||||
William MARTIN: Update copyrigt | ||||
Thomas Keller: Implement a basic, configurable project activity taxonomy. | ||||
William MARTIN: Update copyrigt | ||||
Patrick Georgi: Add basic framework for web based repository access | ||||
William MARTIN: Update copyrigt | ||||
Thomas Keller: Apparently the default project for tags is still 0, so make it explicit. | ||||
William MARTIN: Update copyrigt | ||||
William MARTIN: Update copyrigt | ||||
Thomas Keller: Add submitter email as well to the upload notification. | ||||
William MARTIN: Update copyrigt | ||||
Thomas Keller: Properly mark 1.3.1 dev version. | ||||
Thomas Keller: Another Postgres issue (hopefully fixes issue 800). | ||||
Thomas Keller: Change post-commit webhooks to issue PUTs instead of POST requests and generalize the HTTP header name for the auth digest; introduce an option to restore the old behaviour and document that; place a big warning in NEWS.mdtext about this change. |
Download this version or git clone git://archive.srchub.org/indefero.git