Indefero

Indefero Git Change Log


Click Here for the full changelog

Age Message
13 years 2 months Remove a couple of unused calls to get a list of project tags; these calls are currently done from within the tags-cloud template most of the time, which is ugly, but the way it works as of now.
Commit 9a8bd464a33774741133eb1a36b6d11c8800dfc0, by Thomas Keller
13 years 2 months Tags are now returned grouped by class, I seem to have missed this call when I changed the API...
Commit 9e2ea7404b46d53b558c290613e6cf85fe9e0f40, by Thomas Keller
13 years 2 months Properly initialize arrays with 0 for IN conditions
Commit 160d11b89be35086ae0e132c4a1f090ad3ceb767, by Thomas Keller
13 years 2 months Implement basic filtering capabilities in the issue search view.

Since IDF's text search component does not allow further restrictions
on the result set, we make a second, filtered query to restrict to
the item state ('open' or 'closed') and optionally a label. All in
all this is all harder than it could be, especially the tag cloud
is very monolithic and should be replaced by a data-driven component
that is less dependent on a single data / query and link usage, but
this would for now require too many changes.

Similar questionable is the code duplication for the index, listStatus
and listLabel view implementations that all do more or less the same.
The search implementation now only uses one implementation for a very
similar use case. It also removes the artificial restriction to 100
results we had previously there and does not query a record for each
single result (as was done with Pluf_Search_ResultSet previously).

On my way through this I tried to generalize a couple of i18n texts
and removed smaller issues like the "trailing comma" in label lists.

This partially fixes issue 548.
Commit 85978a4d18c0d86a62022d28858ae361f7d33bd6, by Thomas Keller
13 years 2 months Add Stéphane to AUTHORS.
Commit e1e7696d538185184d876b425579560912d2866c, by Thomas Keller
13 years 2 months Merge branch 'develop' of projects.ceondo.com:indefero into develop
Commit 695428075ba4a2740df4b78e05beb0edacc4c7f4, by Thomas Keller
13 years 2 months The tag cloud was fixed to "issues" for both, the open and closed issue list which is clearly wrong.
Commit e7c2e721b415ccfd87f22b43b0facec2f6aa37a1, by Thomas Keller
13 years 2 months Fix issue 732 Commit based on Stéphane Baron patch
Commit 13fad756abfc0f29b1f47b9ed18bde66492f7a41, by William MARTIN
13 years 3 months Make the '@rev' part in the regex optional (fixes issue 730).
Commit 1f0791df0e766a84454672b7fd30a2babb6c765d, by Thomas Keller
13 years 4 months Improve the 'parents' parsing for git and ignore any empty parts; also react gracefully if we could not parse the parents for some weird reason.
Commit a2c832a130e6063201a627efa9361f0d80f97cd9, by Thomas Keller
13 years 4 months Reworked the option / argument handling in the SVN interface to have less code duplication.
Commit b17de014ec5c0c6431667aa428903e633562d598, by Thomas Keller
13 years 4 months Dropped a few more not needed files.
Commit b1b72190e1cdf256d58eeafd3858e5d9a1ff3ff0, by Thomas Keller
13 years 4 months - Make the SVN test case work without specific test configuration. - Rename the test repo to match the test function so we can create more test repositories for other tests at a later stage. - Remove useless hooks and configs from the repo (they ar
Commit 2ff2f888bc86ae094df99e6194852cc01e316157, by Thomas Keller
13 years 4 months Make SVN backend more robust

The SVN backend failed when trying to access historical information on deleted files.

There's also an initial test case for the SVN backend, testing this issue
and issue 364, which is about a similar problem for renamed files.
Reverting any of these fixes breaks the test.
Commit 57c2389aae7926b9d69d7929a71c07a9e25654f2, by Patrick Georgi
13 years 4 months Note the change from issue 716.
Commit d54c86f8136cd4386d1dbfa1b18464c03c0cde1c, by Thomas Keller
13 years 4 months Merge branch 'feature.content-md5' into develop
Commit 05a9697007c8a633c53939da5c0a34b06742938a, by Thomas Keller
13 years 4 months Provide MD5 value of downloads to HTTP client

Content-MD5 is a HTTP header to provide end-to-end integrity checks
(see RFC2616, 14.15). This doesn't protect against malicious
modifications, but against transmissions errors and storage errors
on the server.

The change also removes one redirect when downloading files.
Commit 945429abf0fea2f7bb0ab0171389fb7aa593cd87, by Patrick Georgi
13 years 5 months Merge branch 'develop' of projects.ceondo.com:indefero into develop
Commit a016bcb51baec547c69a6b13217eb29e6e77e087, by William MARTIN
13 years 5 months Fix issue 247 : cron overwrites authorized_keys during cron run
Commit f2b1ce795cff8363e0df3628a9c31bdff72bccbc, by William MARTIN
13 years 5 months Postgres needs a VARCHAR cast, which MySQL doesn't understand, of course. *sigh*
Commit 3a8c56acc4430547efe9cdadc32c706d1bed6a99, by Thomas Keller
13 years 5 months Postgres (and probably others as well) needs an explicit char cast.
Commit 7b2552f9409c326afb9b7d4e4c5bfb65ae340d85, by Thomas Keller
13 years 5 months Fix the rendering of issue changes in a mail template and the issue feed fragment.
Commit 324b20221577880b89586bac0e94248d3bc5af6d, by Thomas Keller
13 years 5 months Fixed stupid missing semicolon.
Commit 2c2da6082ac9a820ce9cb194a27b2bdff33c0add, by Loïc d'Anterroches
13 years 5 months Fixes to support older PHP versions.
Commit dd3fbbd7e47b7479c95f71cf1c3a182d5aff2ef7, by Loïc d'Anterroches
13 years 6 months Merge branch 'feature.issue-summary' into develop
Commit 9bbcd571ecf5896ff0985678a1ab1cc6aac6df83, by William MARTIN
Page rendered in 0.08276s using 67 queries.