Edgewall Software

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1508   7 years cboos InterTrac: updated to take into account mgood's comments, and provide real …
(edit) @1507   7 years cboos The browser now shows the size of the files, in a sortable column. Closes …
(edit) @1506   7 years cmlenz Enable svn_fs unit tests to run with Subversion 1.2.
(edit) @1505   7 years cboos InterTrac: intertrac links are implemented. A little refactoring of the …
(edit) @1504   7 years mrowe URL-encode dumped wiki page filenames so that WikiPage/SubPage? isn't …
(edit) @1503   7 years cboos make tracd silent when clients disconnect. Thanks to pjd for the original …
(edit) @1502   7 years mrowe Move util.Deuglifier's regex caching to a more logical place to tidy …
(edit) @1501   7 years cmlenz Fix a couple of JavaScript problems in the query interface. Closes #1383.
(edit) @1500   7 years cboos Support for PHP highlighting using php itself added. This closes #984.
(edit) @1499   7 years cmlenz Minor improvements to custom field support in queries: * If a custom …
(edit) @1498   7 years cmlenz Allow customization of project listings for the mod_python handler when …
(edit) @1497   7 years cmlenz Make the pre and post commit hooks use the Trac API instead of accessing …
(edit) @1496   7 years cboos xref-branch: added the [[BrokenLinks]] wiki macro
(edit) @1495   7 years mrowe Don't cause trouble if SubversionRepository.close is called more …
(edit) @1494   7 years mrowe config.options returns a list in some circumstances.
(edit) @1493   7 years cboos added renamings missing from [1491]
(edit) @1492   7 years cboos xref-branch: a few fixes and further simplification of the xref …
(edit) @1491   7 years cmlenz Refactoring: decouple configuration from environment. * Every module gets …
(edit) @1490   7 years cboos intertrac-branch: home for the #234 InterTrac patch
(edit) @1489   7 years cboos category-branch: implemented ticket categories (see #919 and #1399). …
(edit) @1488   7 years cboos category-branch: home for the #919 patch
(edit) @1487   7 years cboos created the trac-obj-branch to continue the work begun in …
(edit) @1486   7 years cboos xref-branch: basic objectification done. There's now an …
(edit) @1485   7 years cmlenz Make sure the 'max file size reached' error gets displayed for too large …
(edit) @1484   7 years cmlenz Removed DB connection pool code that accidentially slipped into [1413].
(edit) @1483   7 years cmlenz Fix links in (copied/moved from …) annotations in changeset view.
(edit) @1482   7 years cmlenz Improve speed of the svn_fs unit tests by creating the test …
(edit) @1481   7 years mrowe Ensure that sub-pools are always destroyed before their parents. This …
(edit) @1480   7 years cmlenz 0.8-stable: fix URL for adding attachments when running under root of …
(edit) @1479   7 years cmlenz 0.8-stable: allow downloading of binary files over SSL with IE. Closes …
(edit) @1478   7 years cmlenz Force sync with svn repos when viewing timeline.
(edit) @1477   7 years cmlenz Added a couple of unit tests for the SVN interfacing (svn_fs).
(edit) @1476   7 years cmlenz * Use splitlines() for unified diff in Changeset module. * Use …
(edit) @1475   7 years cmlenz Don't HTML-escape the ticket description, because it's later processed as …
(edit) @1474   7 years cmlenz Fix regression in mod_python frontend introduced in [1467] which broke …
(edit) @1473   7 years cmlenz Fix download URL for attachments with no preview.
(edit) @1472   7 years mrowe Change the unit test to use a MIME-type that doesn't require an optional …
(edit) @1471   7 years cmlenz Simplify SQL generated for ticket queries to avoid sub-selects in favor of …
(edit) @1470   7 years cboos xref-branch: merge with source:trunk#1469.
(edit) @1469   7 years cboos xref-branch: merged with repos:trunk#1412
(edit) @1468   7 years cboos Fixed the Changeset view for the diff format: ADD and DELETE changes …
(edit) @1467   7 years cmlenz Make handling of query-string and body parameters in the mod_python …
(edit) @1466   7 years cboos While adding support for the text/x-sh Mime Type (as suggested in …
(edit) @1465   7 years otavio Tag 0.8.1-2 release.
(edit) @1464   7 years otavio Release 0.8.1-2.
(edit) @1463   7 years otavio Update to a lower patch level.
(edit) @1462   7 years otavio * debian/patches/01_sync_from_0.8-branch.diff: - Added in sync with …
(edit) @1461   7 years otavio * debian/rules: - Include contrib/ on doc directory. (Closes: #298969)
(edit) @1460   7 years otavio * debian/rules: - Add support for patching in build process;
(edit) @1459   7 years mrowe Merge reST fix of [1458] to 0.8-stable branch.
(edit) @1458   7 years mrowe Docutils > 0.3.7 do not like having a reference node as a child of the …
(edit) @1457   7 years cmlenz Always login if REMOTE_USER is provided, also in case the …
(edit) @1456   7 years cmlenz Fix another incorrect var ref. Closes #1371.
(edit) @1455   7 years cmlenz Fix incorrect var ref. Closes #1368.
(edit) @1454   7 years cmlenz Preserve read-only state on wiki preview.
(edit) @1453   7 years cmlenz The timeline template shouldn't know about the set of available filters.
(edit) @1452   7 years cmlenz Only add page links if a request object was passed in to …
(edit) @1451   7 years mrowe We need generic Authorizers to have has_permission_for_changeset so that …
(edit) @1450   7 years mrowe Improved authz support thanks to Matthew Good (#1366). Changes include …
(edit) @1449   7 years cmlenz Fix authz support in the repository browser. Closes #1365. Thanks to Matt …
(edit) @1448   7 years cmlenz Allow accessing the /login and /logout URLs even if the user …
(edit) @1447   7 years cmlenz Fix display of raw resources in repository browser. Closes #1362.
(edit) @1446   7 years cmlenz Add test to verify that syncing with an empty SVN repos works as expected.
(edit) @1445   7 years mrowe Adjust cache unit test to be closer to current svn_fs.Repository …
(edit) @1444   7 years mrowe Fix the loop condition when synching with the repository. Changing the …
(edit) @1443   7 years cmlenz Cleaned up attachment support. Closes #1029, #1112, #1264 and #1351.
(edit) @1442   7 years mrowe SVN repositories start off at revision 0. Returning 1 here breaks …
(edit) @1441   7 years mrowe * Commit to database after wiki load to prevent DB deadlock inside …
(edit) @1440   7 years mrowe SWIG 1.3.24 has switched to using opaque types to reference objects rather …
(edit) @1439   7 years cmlenz Add missing import that broke the milestone and attachment modules. Closes …
(edit) @1438   7 years cmlenz Allow permission list command in trac-admin to show only the …
(edit) @1437   7 years cmlenz * Provide auto-completion for the permission command in …
(edit) @1436   7 years cmlenz Fix page redirect when diff options on wiki diffs are changed.
(edit) @1435   7 years cmlenz Removed vclayer branch, has been merged into trunk in [1413].
(edit) @1434   7 years cmlenz Refactoring: move all the module selection logic into trac.Module. …
(edit) @1433   7 years cmlenz Refactoring: Moved add_link function into trac.web.main, add …
(edit) @1432   7 years mrowe Treat revision 0 correctly and display an empty repository rather than the …
(edit) @1431   7 years mrowe Pass rev as a keyword argument so that it ends up in query string …
(edit) @1430   7 years cmlenz Removed some unused vars and imports, fixed variable name in log …
(edit) @1429   7 years mrowe * Add tests for HDFWrapper.get. * Update docstring to reflect that …
(edit) @1428   7 years cmlenz * Replaced RedirectException and NotModifiedException with a …
(edit) @1427   7 years mrowe * Fix broken unit test. cboos, can you please run the tests before you …
(edit) @1426   7 years cmlenz Fix saving of changes to authenticated sessions.
(edit) @1425   7 years cmlenz Removed unused and thus confusing AUTHZ_* permissions.
(edit) @1424   7 years cboos versioncontrol: the way to get the youngest stored revision should depend …
(edit) @1423   7 years cboos Fixed tracd, related to the trac.env refactoring done in …
(edit) @1422   7 years cmlenz * Updated copyright year in trac-admin * Added test suites to the …
(edit) @1421   7 years cmlenz Remove another assumption that rev is an integer in …
(edit) @1420   7 years cmlenz Stop svn history when rev reaches 1. Fixes revision log on the root …
(edit) @1419   7 years cmlenz Only attempt to render content diffs if the changed node is actually a …
(edit) @1418   7 years cmlenz Python 2.2 also doesn't have sum(), so revert the removal of …
(edit) @1417   7 years cmlenz * Fix another Python 2.2 compatibility problem in clearsilver.py. * …
(edit) @1416   7 years cmlenz * Fix python 2.2 compatibilility problem in clearsilver.py. * …
(edit) @1415   7 years mrowe This should also be a string.
(edit) @1414   7 years mrowe Ensure that 'rev' is a string.
(edit) @1413   7 years cmlenz Merged versioncontrol branch into trunk.
(edit) @1412   7 years cboos xref branch: the ticket dependencies feature (from #31) is …
(edit) @1411   7 years cboos xref branch: the WikiModule? should not keep the Wiki object in a …
(edit) @1410   7 years mrowe * Add missing req parameter that was causing an exception when …
(edit) @1409   7 years cmlenz Refactoring: Moved Href class to trac.web.href, and made it …
Note: See TracRevisionLog for help on using the revision log.