mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Added Confluence V2 support, preferring this and using fall back to V1 if this doesn't work at the login.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1944 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
d28bea64a7
commit
5c038ed1da
4 changed files with 23 additions and 11 deletions
|
@ -38,7 +38,7 @@ namespace GreenshotConfluencePlugin {
|
|||
List<Confluence.Page> pages = new List<Confluence.Page>();
|
||||
Regex pageIdRegex = new Regex(@"pageId=(\d+)");
|
||||
Regex spacePageRegex = new Regex(@"\/display\/([^\/]+)\/([^#]+)");
|
||||
foreach(string browserurl in GetBrowserUrls()) {
|
||||
foreach(string browserurl in GetBrowserUrls()) {
|
||||
string url = null;
|
||||
try {
|
||||
url = Uri.UnescapeDataString(browserurl).Replace("+", " ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue