-
Notifications
You must be signed in to change notification settings - Fork 134
Comparing changes
Open a pull request
base repository: mantisbt-plugins/source-integration
base: v0.17
head repository: mantisbt-plugins/source-integration
compare: v0.18
- 18 commits
- 15 files changed
- 8 contributors
Commits on Dec 7, 2012
-
Fix #37: MSSQL compatibility issue with filters
The ORDER BY clause is causing an error when searching changesets This fixes part 1° of the issue report
Configuration menu - View commit details
-
Copy full SHA for e740f4f - Browse repository at this point
Copy the full SHA e740f4fView commit details -
GitHub: Fix MySQL error 1292 when inserting date
When MySQL sql_mode is set to strict (STRICT_TRANS_TABLES or STRICT_ALL_TABLES), the DB rejects the date insertions in ISO-8601 format (yyyy-mm-ddThh:ii-ssZ) as sent by GitHub with error "Incorrect datetime value". This commit converts the date to ISO-9075 format as accepted per MySQL documentation [1] [1] http://dev.mysql.com/doc/en/date-and-time-functions.html#function_get-format Fixes #39
Configuration menu - View commit details
-
Copy full SHA for 9b4b50c - Browse repository at this point
Copy the full SHA 9b4b50cView commit details
Commits on Jan 10, 2013
-
New SourceHgWeb plugin for Mercurial integration
This plugin is based on the Gitweb plugin as HgWeb/Mercurial are quite similar to Gitweb/Git. The only missing feature at the moment is the ability for SourceHgWeb to determine which files were added/removed/modified with each changeset. The reason is that HgWeb doesn't give us easy access to this information in the same way Gitweb does. Hence we will need to manually parse the changeset diff (--- and +++ lines), checking for /dev/null as a filename in the event of new files or deleted files.
Configuration menu - View commit details
-
Copy full SHA for 8ebb1f3 - Browse repository at this point
Copy the full SHA 8ebb1f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42824e2 - Browse repository at this point
Copy the full SHA 42824e2View commit details -
Fix a number of bugs, support listing files modified
Ton Plomp contributed a patch in June 2010 to resolve a bug whereby automatic additions of changesets were not working. Another bug with incorrect timezone offsets was also resolved. Finally, Ton's patch also allows for the author email address to be unspecified on a commit. In October 2010 Marcel Bennett reviewed Ton's patch and made a few minor changes/corrections. Marcel has also added the ability for the SourceHgWeb plugin to retrieve a list of files modified in a commit. I have modified the patch to escape variables before outputting them so that this plugin is safe from potential XSS vulnerabilities. Co-authored-by: Ton Plomp <tcplomp@gmail.com> Co-authored-by: Marcel Bennett <marcel@iamserious.com>
Configuration menu - View commit details
-
Copy full SHA for 3ce2224 - Browse repository at this point
Copy the full SHA 3ce2224View commit details
Commits on Jan 28, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 705f7e7 - Browse repository at this point
Copy the full SHA 705f7e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57bb316 - Browse repository at this point
Copy the full SHA 57bb316View commit details
Commits on Feb 21, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 8cf8dae - Browse repository at this point
Copy the full SHA 8cf8daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 164d2df - Browse repository at this point
Copy the full SHA 164d2dfView commit details
Commits on Feb 22, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 71c554a - Browse repository at this point
Copy the full SHA 71c554aView commit details -
Changesets store author's id instead of committer
When a commit is authored by A and committed by B, Source_Parse_Users() function incorrectly sets A's id instead of B's as the committer, resulting in incorrect changeset information being stored in the DB. Fixes #44
4Configuration menu - View commit details
-
Copy full SHA for 602cc40 - Browse repository at this point
Copy the full SHA 602cc40View commit details -
Function Source_Parse_Users() was simplified by removing nearly identical code to process the author and committer to a generic function handling this task for both types of users.
Configuration menu - View commit details
-
Copy full SHA for dd09bbd - Browse repository at this point
Copy the full SHA dd09bbdView commit details -
Prior to this, every link to WebSVN (v.2.3.3) created unrendered template pages. This changes URLs from 'websvn/action.php?path=&repo=' form to 'websvn/repo/path?op=' form. Fixes #46
Configuration menu - View commit details
-
Copy full SHA for 577ff7e - Browse repository at this point
Copy the full SHA 577ff7eView commit details -
"Bug Fixed Assign To Committer" option not saved when checkbox unchecked
Fixes #44 Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Configuration menu - View commit details
-
Copy full SHA for 41dbb7f - Browse repository at this point
Copy the full SHA 41dbb7fView commit details -
Gitweb: Don't use PHP_EOL when parsing output
PHP_EOL is valid only for the current instance of PHP, while Gitweb is perl and potentially running on a different architecture. Filter CR/LF explicitly instead. Fixes #40
Configuration menu - View commit details
-
Copy full SHA for f821fb4 - Browse repository at this point
Copy the full SHA f821fb4View commit details -
Github: Wrong comparison of repository name
On Github the repository names are not required to be lowercase. The repository name send in the payload-data by Github could be something like 'RePo-SiTory_NamE'. In that case the comparison will fail and no import is possible. Fixes #34 Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Configuration menu - View commit details
-
Copy full SHA for a419068 - Browse repository at this point
Copy the full SHA a419068View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bedecf - Browse repository at this point
Copy the full SHA 3bedecfView commit details -
Core framework version -> 0.18 Github -> 0.17 Gitweb -> 0.17 WebSVN -> 0.17
Configuration menu - View commit details
-
Copy full SHA for 39b3ca8 - Browse repository at this point
Copy the full SHA 39b3ca8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.17...v0.18