Indefero

Indefero Git Change Log

Age Message
1 year 16 days Enter a release date and pin the current version.
1 year 18 days - move getProjectsWithLabelCounts to IDF_Views (where the other functions

reside as well) and make it static
- refactor out the code from getProjects that determines which projects
are visible by a user and use the same code to restrict the count that
we calculate for all available project tags
- calculating the project stats is now no longer O(5n) but simply O(5)
when it comes to SQL queries (where n is the number of filtered projects);
remove the member statistic since it makes no sense in this context
1 year 19 days Remove OS9 line ending support again, this was left out for a reason.

Fix tests after issue 804 was fixed.
1 year 19 days 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).
1 year 24 days Revamp this a little and make it jQuery 1.7 compatible (fixes issue 803)
1 year 28 days Improve the error we throw at the user if no configuration is found

to calculate the project activities.
1 year 1 month Reference the issue in which the Postgres issues have been tracked.
1 year 1 month Pulled updated French translation from Transifex (thanks to

Jonathan Aillet, again!)
1 year 1 month Added Jonathan's email.
1 year 1 month Escape the xml file path arg.
1 year 1 month Formatting fix.
1 year 1 month Properly mark 1.3.1 dev version.
1 year 1 month Apparently the default project for tags is still 0, so make it explicit.
1 year 1 month Make the project field in the tags table nullable so it is (hopefully)

optional on setups with enabled foreign key constraints.
1 year 1 month Another Postgres issue fixed.
1 year 1 month Postgres seems to need every column in the group by, not only the PK.
1 year 1 month Another Postgres issue (hopefully fixes issue 800).
1 year 1 month Another Postgres nuisance.
1 year 1 month Another PostgreSQL issue (hopefully) fixed.
1 year 1 month French translation pulled from transifex.
1 year 1 month Fix PostgreSQL compatibility issues.
1 year 1 month Add a recent fix and reorder / rework some sections slightly.

Add a release date.
1 year 1 month Fix XSS problem in review and issue details (fixes issue 793)
1 year 1 month Spelling fixes.
1 year 1 month Two search-related tables weren't migrated previously, now they are

(fixes issue 798)