Skip to content

Commit

Permalink
Replaced expired forum links
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Mar 2, 2016
1 parent 0cc645b commit b63d76c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 31 deletions.
12 changes: 4 additions & 8 deletions GitUp/Application/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -467,16 +467,16 @@ - (IBAction)changeReleaseChannel:(id)sender {
}
}

- (IBAction)viewDocumentation:(id)sender {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:kURL_Documentation]];
- (IBAction)viewWiki:(id)sender {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:kURL_Wiki]];
}

- (IBAction)viewReleaseNotes:(id)sender {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:kURL_ReleaseNotes]];
}

- (IBAction)visitForums:(id)sender {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:kURL_Forums]];
- (IBAction)viewIssues:(id)sender {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:kURL_Issues]];
}

- (IBAction)showAboutPanel:(id)sender {
Expand Down Expand Up @@ -596,10 +596,6 @@ - (IBAction)openTwitter:(id)sender {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:kURL_Twitter]];
}

- (IBAction)openForums:(id)sender {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:kURL_Forums]];
}

- (IBAction)installTool:(id)sender {
AuthorizationRef authorization;
OSStatus status = AuthorizationCreate(NULL, kAuthorizationEmptyEnvironment, kAuthorizationFlagDefaults, &authorization);
Expand Down
4 changes: 2 additions & 2 deletions GitUp/Application/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

#define kURL_AppCast @"https://s3-us-west-2.amazonaws.com/gitup-builds/%@/appcast.xml"

#define kURL_Forums @"http://forums.gitup.co/"
#define kURL_Documentation @"http://forums.gitup.co/c/docs"
#define kURL_Issues @"https://github.com/git-up/GitUp/issues"
#define kURL_Wiki @"https://github.com/git-up/GitUp/wiki"
#define kURL_ReleaseNotes @"https://github.com/git-up/GitUp/releases"

#define kURL_Twitter @"https://twitter.com/GitUpApp"
28 changes: 14 additions & 14 deletions GitUp/Application/en.lproj/Help.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Right-click on a commit in the Map to show a list of available actions and their
Right-click on a commit to see all editing operations. You can undo / redo your edits at any time with [Cmd-Z] / [Cmd-Shift-Z].</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/using-gitup-map-view/34/1</string>
<string>https://github.com/git-up/GitUp/wiki/Using-GitUp-Map-View</string>
</dict>
<key>commit</key>
<dict>
Expand All @@ -28,7 +28,7 @@ The Simple mode uses a unified index and workdir and you can enable it in GitUp
You can stage or unstage selected lines (click on line numbers), or selected files, just by pressing [Return].</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/using-gitup-advanced-commit-view/33/1</string>
<string>https://github.com/git-up/GitUp/wiki/Using-GitUp-Advanced-Commit-View</string>
</dict>
<key>stashes</key>
<dict>
Expand All @@ -38,7 +38,7 @@ You can stage or unstage selected lines (click on line numbers), or selected fil
You can also re-apply stashes, delete them or save new ones.</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/using-gitup-stashes-view/31/1</string>
<string>https://github.com/git-up/GitUp/wiki/Using-GitUp-Stashes-View</string>
</dict>
<key>config</key>
<dict>
Expand All @@ -48,7 +48,7 @@ You can also re-apply stashes, delete them or save new ones.</string>
Be sure to only edit options you understand or you may prevent your repository to work correctly.</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/using-gitup-configuration-editor/38/1</string>
<string>https://github.com/git-up/GitUp/wiki/Using-GitUp-Configuration-Editor</string>
</dict>
<key>quickview</key>
<dict>
Expand All @@ -58,7 +58,7 @@ Be sure to only edit options you understand or you may prevent your repository t
Press [Cmd-Arrow-Up] or [Cmd-Arrow-Down] to select the previous or next commit, or [Spacebar] or [Esc] to exit.</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/using-gitup-quick-view/45/1</string>
<string>https://github.com/git-up/GitUp/wiki/Using-GitUp-Quick-View</string>
</dict>
<key>diff</key>
<dict>
Expand All @@ -68,7 +68,7 @@ Press [Cmd-Arrow-Up] or [Cmd-Arrow-Down] to select the previous or next commit,
Press [i] or [Spacebar] to exit.</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/viewing-diffs-in-gitup/35</string>
<string>https://github.com/git-up/GitUp/wiki/Viewing-Diffs-in-GitUp</string>
</dict>
<key>search</key>
<dict>
Expand All @@ -78,7 +78,7 @@ Press [i] or [Spacebar] to exit.</string>
Select a result to jump to it in the Map, or press [Spacebar] to view its diff with Quick View.</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/using-gitup-search/46/1</string>
<string>https://github.com/git-up/GitUp/wiki/Using-GitUp-Search</string>
</dict>
<key>tags</key>
<dict>
Expand All @@ -88,7 +88,7 @@ Select a result to jump to it in the Map, or press [Spacebar] to view its diff w
If you have lots of tags in your repository, you can use the search field to find a specific tag faster.</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/browsing-tags-with-gitup/47/1</string>
<string>https://github.com/git-up/GitUp/wiki/Browsing-Tags-with-GitUp</string>
</dict>
<key>ancestors</key>
<dict>
Expand All @@ -98,7 +98,7 @@ If you have lots of tags in your repository, you can use the search field to fin
Select an ancestor commit to jump to it in the Map view or press [Spacebar] to enter Quick View.</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/browsing-head-ancestors-with-gitup/70/1</string>
<string>https://github.com/git-up/GitUp/wiki/Browsing-HEAD-Ancestors-with-GitUp</string>
</dict>
<key>snapshots</key>
<dict>
Expand All @@ -108,7 +108,7 @@ Select an ancestor commit to jump to it in the Map view or press [Spacebar] to e
Select a Snapshot to preview the state of the repository at that time and then click &quot;Restore&quot; to roll back to it.</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/using-gitup-snapshots/18/1</string>
<string>https://github.com/git-up/GitUp/wiki/Using-GitUp-Snapshots</string>
</dict>
<key>reflog</key>
<dict>
Expand All @@ -118,7 +118,7 @@ Select a Snapshot to preview the state of the repository at that time and then c
Unreachable commits are indicated in darker text and can be made reachable again by clicking on &quot;Restore&quot;.</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/using-gitup-reflog/19/1</string>
<string>https://github.com/git-up/GitUp/wiki/Using-GitUp-Reflog</string>
</dict>
<key>rewrite</key>
<dict>
Expand All @@ -128,7 +128,7 @@ Unreachable commits are indicated in darker text and can be made reachable again
Add, remove or edit files in the working directory as you would normally do, then click &quot;Continue&quot;.</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/rewriting-commits-with-gitup/39/1</string>
<string>https://github.com/git-up/GitUp/wiki/Rewriting-Commits-with-GitUp</string>
</dict>
<key>split</key>
<dict>
Expand All @@ -138,7 +138,7 @@ Add, remove or edit files in the working directory as you would normally do, the
Changes can only be moved, not removed or added. Use the diff area to review the moved changes, then click &quot;Continue&quot; when done.</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/splitting-commits-with-gitup/40/1</string>
<string>https://github.com/git-up/GitUp/wiki/Splitting-Commits-with-GitUp</string>
</dict>
<key>resolve</key>
<dict>
Expand All @@ -148,7 +148,7 @@ Changes can only be moved, not removed or added. Use the diff area to review the
Once you have resolved all the conflicts, click &quot;Commit&quot; to complete the editing operation.</string>
</array>
<key>link</key>
<string>http://forums.gitup.co/t/handling-merge-conflicts-in-gitup/36/1</string>
<string>https://github.com/git-up/GitUp/wiki/Handling-Merge-Conflicts-in-GitUp</string>
</dict>
</dict>
</plist>
14 changes: 7 additions & 7 deletions GitUp/Application/en.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ You must close and reopen any opened repositories in GitUp after changing this s
<menuItem title="Documentation…" id="Ke5-jK-SAM">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="viewDocumentation:" target="Voe-Tx-rLC" id="erl-Tr-3gP"/>
<action selector="viewWiki:" target="Voe-Tx-rLC" id="L5Z-NL-KtK"/>
</connections>
</menuItem>
<menuItem title="Release Notes…" id="aLm-Bn-jpX">
Expand All @@ -841,10 +841,10 @@ You must close and reopen any opened repositories in GitUp after changing this s
<action selector="viewReleaseNotes:" target="Voe-Tx-rLC" id="Glr-e4-eNM"/>
</connections>
</menuItem>
<menuItem title="GitUp Forums" id="fwj-0H-19c">
<menuItem title="Feedback and Bugs" id="fwj-0H-19c">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="visitForums:" target="-1" id="psH-UB-r2R"/>
<action selector="viewIssues:" target="Voe-Tx-rLC" id="4xH-3m-JaQ"/>
</connections>
</menuItem>
</items>
Expand Down Expand Up @@ -1104,7 +1104,7 @@ UI design by Wayne Fan</string>
<rect key="contentRect" x="131" y="158" width="280" height="349"/>
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
<view key="contentView" id="36m-6r-JT2" customClass="WelcomeView">
<rect key="frame" x="0.0" y="7" width="280" height="349"/>
<rect key="frame" x="0.0" y="0.0" width="280" height="349"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<button id="Fwx-IU-wXQ">
Expand Down Expand Up @@ -1242,15 +1242,15 @@ UI design by Wayne Fan</string>
<userDefinedRuntimeAttribute type="color" keyPath="alternateLinkColor">
<color key="value" red="0.0" green="0.0" blue="0.0" alpha="0.5" colorSpace="calibratedRGB"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="string" keyPath="link" value="Forums"/>
<userDefinedRuntimeAttribute type="string" keyPath="link" value="Feedback"/>
</userDefinedRuntimeAttributes>
<connections>
<action selector="openForums:" target="Voe-Tx-rLC" id="fjQ-4x-1Gd"/>
<action selector="viewIssues:" target="Voe-Tx-rLC" id="C7T-gw-NmH"/>
</connections>
</customView>
</subviews>
</view>
<point key="canvasLocation" x="-216" y="699.5"/>
<point key="canvasLocation" x="-252" y="578.5"/>
</window>
<userDefaultsController representsSharedInstance="YES" id="AR1-cq-KNa"/>
</objects>
Expand Down

0 comments on commit b63d76c

Please sign in to comment.