armadillo.git
12 years agoStamp version.js @ 561.0. 0.7.561.0
Armadillo Build Script [Tue, 20 Sep 2011 13:09:12 +0000 (09:09 -0400)]
Stamp version.js @ 561.0.

12 years agoChange the mode of new directories from 644 to 755
Robert Sesek [Tue, 20 Sep 2011 13:08:51 +0000 (09:08 -0400)]
Change the mode of new directories from 644 to 755

12 years agoStamp version.js @ 560.0.
Armadillo Build Script [Tue, 20 Sep 2011 13:05:38 +0000 (09:05 -0400)]
Stamp version.js @ 560.0.

12 years agoUpdate the frontend for the New Directory functionality
Robert Sesek [Tue, 20 Sep 2011 13:05:18 +0000 (09:05 -0400)]
Update the frontend for the New Directory functionality

12 years agoRemove the IsValid check in paths.MakeDir()
Robert Sesek [Tue, 20 Sep 2011 13:05:06 +0000 (09:05 -0400)]
Remove the IsValid check in paths.MakeDir()

12 years agoAdd the backend for making new directories
Robert Sesek [Tue, 20 Sep 2011 12:50:01 +0000 (08:50 -0400)]
Add the backend for making new directories

12 years agoStamp version.js @ 551.0.
Armadillo Build Script [Sat, 9 Jul 2011 16:34:36 +0000 (12:34 -0400)]
Stamp version.js @ 551.0.

12 years agoStamp version.js @ 550.0.
Armadillo Build Script [Sat, 9 Jul 2011 16:34:05 +0000 (12:34 -0400)]
Stamp version.js @ 550.0.

12 years agoDon't use absolute URLs because the MFE will not work with that
Robert Sesek [Sat, 9 Jul 2011 16:33:46 +0000 (12:33 -0400)]
Don't use absolute URLs because the MFE will not work with that

12 years ago* Make the download action its own handler so that:
Robert Sesek [Sat, 28 May 2011 22:55:59 +0000 (18:55 -0400)]
* Make the download action its own handler so that:
  1) No POST request is needed (as it isn't routed through /service)
  2) The FE can simply redirect to the URL rather than creating a request
* Add the Download button to the frontend

12 years agoAdd backend support for downloading files
Robert Sesek [Sat, 28 May 2011 22:31:24 +0000 (18:31 -0400)]
Add backend support for downloading files

12 years agoStamp version.js @ 544.0.
Armadillo Build Script [Sat, 7 May 2011 16:12:52 +0000 (12:12 -0400)]
Stamp version.js @ 544.0.

12 years agoUpdate the compiler to release.r57.1
Robert Sesek [Sat, 7 May 2011 16:05:24 +0000 (12:05 -0400)]
Update the compiler to release.r57.1

12 years agoRun gofmt on all the code. Only whitespace changes.
Robert Sesek [Sat, 7 May 2011 15:48:48 +0000 (11:48 -0400)]
Run gofmt on all the code. Only whitespace changes.

12 years agoRemove _ObjFileName() as it was unused in build.py
Robert Sesek [Thu, 28 Apr 2011 04:05:32 +0000 (00:05 -0400)]
Remove _ObjFileName() as it was unused in build.py

12 years agoStamp version.js @ 539.0.
Armadillo Build Script [Thu, 28 Apr 2011 03:54:22 +0000 (23:54 -0400)]
Stamp version.js @ 539.0.

12 years agoRoll Closure r235:886.
Robert Sesek [Thu, 28 Apr 2011 03:54:04 +0000 (23:54 -0400)]
Roll Closure r235:886.

12 years agoStamp version.js @ 537.0.
Armadillo Build Script [Thu, 28 Apr 2011 03:45:52 +0000 (23:45 -0400)]
Stamp version.js @ 537.0.

12 years agoUpdate the Go compiler version to c5c62aeb6267 release/release.r56/weekly.2011-03...
Robert Sesek [Thu, 28 Apr 2011 03:44:42 +0000 (23:44 -0400)]
Update the Go compiler version to c5c62aeb6267 release/release.r56/weekly.2011-03-07.1

* This also switches to the 6g compiler for x64 support.
* Minor changes for new API compatibility

13 years agoStamp version.js @ 534.0. 0.7.534.0
Armadillo Build Script [Sat, 16 Apr 2011 22:19:46 +0000 (18:19 -0400)]
Stamp version.js @ 534.0.

13 years agoUse |map[string] interface{}| to allow returning int error codes
Robert Sesek [Sat, 16 Apr 2011 22:19:04 +0000 (18:19 -0400)]
Use |map[string] interface{}| to allow returning int error codes

13 years agoMerge branch 'backend-tv-rename'
Robert Sesek [Sat, 16 Apr 2011 22:12:31 +0000 (18:12 -0400)]
Merge branch 'backend-tv-rename'

13 years agoDon't canonicalize paths in tv_rename, which allows us to remove paths.Verify()
Robert Sesek [Sat, 16 Apr 2011 22:09:32 +0000 (18:09 -0400)]
Don't canonicalize paths in tv_rename, which allows us to remove paths.Verify()

13 years agoUse %f for the build string
Robert Sesek [Sat, 16 Apr 2011 22:05:19 +0000 (18:05 -0400)]
Use %f for the build string

13 years agoStamp version.js @ 532.17.
Armadillo Build Script [Sat, 16 Apr 2011 22:03:59 +0000 (18:03 -0400)]
Stamp version.js @ 532.17.

13 years agoRewrite the TVRenamer FE to use the new backend
Robert Sesek [Sat, 16 Apr 2011 22:03:16 +0000 (18:03 -0400)]
Rewrite the TVRenamer FE to use the new backend

13 years agoTrim the show name
Robert Sesek [Sat, 16 Apr 2011 21:17:52 +0000 (17:17 -0400)]
Trim the show name

13 years agoImplement lookup and construct the new path name
Robert Sesek [Sat, 16 Apr 2011 19:16:59 +0000 (15:16 -0400)]
Implement lookup and construct the new path name

13 years agoGet file name parsing to work
Robert Sesek [Sat, 16 Apr 2011 18:31:12 +0000 (14:31 -0400)]
Get file name parsing to work

13 years agoTry to get the regex to work
Robert Sesek [Sat, 16 Apr 2011 18:03:56 +0000 (14:03 -0400)]
Try to get the regex to work

13 years agoStart work on rewriting the TV renamer in Go
Robert Sesek [Sat, 16 Apr 2011 17:42:06 +0000 (13:42 -0400)]
Start work on rewriting the TV renamer in Go

13 years agoFormat the version string to include the minor build number
Robert Sesek [Sat, 16 Apr 2011 17:11:24 +0000 (13:11 -0400)]
Format the version string to include the minor build number

13 years agoStamp version.js @ 529.0.
Armadillo Build Script [Sat, 16 Apr 2011 17:08:46 +0000 (13:08 -0400)]
Stamp version.js @ 529.0.

13 years agoRevert "Add logic to handle remote service requests by serving a separate HTML front...
Robert Sesek [Sat, 16 Apr 2011 17:08:37 +0000 (13:08 -0400)]
Revert "Add logic to handle remote service requests by serving a separate HTML front-end file"

This reverts commit 0762dae47cfc0c781069a346c3af55292fc97779.

13 years agoAdd logic to handle remote service requests by serving a separate HTML front-end...
Robert Sesek [Sat, 16 Apr 2011 17:03:28 +0000 (13:03 -0400)]
Add logic to handle remote service requests by serving a separate HTML front-end file

13 years agoFix build.py for Gitcrement 2.0
Robert Sesek [Sat, 16 Apr 2011 17:00:11 +0000 (13:00 -0400)]
Fix build.py for Gitcrement 2.0

13 years agoDisable mouse events on the PathControl
Robert Sesek [Sun, 30 Jan 2011 21:41:13 +0000 (16:41 -0500)]
Disable mouse events on the PathControl

13 years agoStamp version.js @ 496.
Armadillo Build Script [Wed, 15 Dec 2010 05:10:05 +0000 (00:10 -0500)]
Stamp version.js @ 496.

13 years agoDeal with period rather than space separators in file names.
Robert Sesek [Wed, 15 Dec 2010 05:09:33 +0000 (00:09 -0500)]
Deal with period rather than space separators in file names.

13 years agoMake the TVRenamer preserve file extensions.
Robert Sesek [Wed, 15 Dec 2010 05:02:33 +0000 (00:02 -0500)]
Make the TVRenamer preserve file extensions.

13 years agoRemove the RENAME action as MOVE does the same thing.
Robert Sesek [Wed, 17 Nov 2010 13:55:52 +0000 (08:55 -0500)]
Remove the RENAME action as MOVE does the same thing.

13 years agoMake delete confirmation nonmodal. Remove dependencies on goog.ui.Dialog now.
Robert Sesek [Wed, 17 Nov 2010 13:54:39 +0000 (08:54 -0500)]
Make delete confirmation nonmodal. Remove dependencies on goog.ui.Dialog now.

13 years agoFlip some state flags in an attempt to get mouse events working.
Robert Sesek [Wed, 17 Nov 2010 13:50:20 +0000 (08:50 -0500)]
Flip some state flags in an attempt to get mouse events working.

13 years agoSet the title of the document to include the path.
Robert Sesek [Mon, 15 Nov 2010 01:07:12 +0000 (20:07 -0500)]
Set the title of the document to include the path.

13 years agoMove the move/rename dialog into the Actor UI to reudce modal feelings.
Robert Sesek [Mon, 15 Nov 2010 00:15:43 +0000 (19:15 -0500)]
Move the move/rename dialog into the Actor UI to reudce modal feelings.

13 years agoStamp version.js @ 452.
Armadillo Build Script [Sun, 14 Nov 2010 19:12:49 +0000 (14:12 -0500)]
Stamp version.js @ 452.

13 years agoSpecify the radix when using parseInt().
Robert Sesek [Sun, 14 Nov 2010 19:12:36 +0000 (14:12 -0500)]
Specify the radix when using parseInt().

13 years agoStamp version.js @ 450.
Armadillo Build Script [Sun, 14 Nov 2010 19:06:17 +0000 (14:06 -0500)]
Stamp version.js @ 450.

13 years agoStrip leading zeros from the season number when renaming episodes.
Robert Sesek [Sun, 14 Nov 2010 19:05:52 +0000 (14:05 -0500)]
Strip leading zeros from the season number when renaming episodes.

13 years agoRevert "Add logging for proxy errors."
Robert Sesek [Sun, 14 Nov 2010 19:02:50 +0000 (14:02 -0500)]
Revert "Add logging for proxy errors."

This reverts commit 4b45ea0ac72239e1b0b2c7a1be7dc7eae8ce9a00.

13 years agoAdd logging for proxy errors.
Robert Sesek [Sun, 14 Nov 2010 19:02:43 +0000 (14:02 -0500)]
Add logging for proxy errors.

13 years ago* In TVRenamer.buildURL_(), encode the show name in case it has spaces
Robert Sesek [Sun, 14 Nov 2010 19:02:09 +0000 (14:02 -0500)]
* In TVRenamer.buildURL_(), encode the show name in case it has spaces
* nil is also a valid error from the proxy response

13 years agohttp.ErrPersistEOF is a valid error response when reading.
Robert Sesek [Sun, 14 Nov 2010 18:53:58 +0000 (13:53 -0500)]
http.ErrPersistEOF is a valid error response when reading.

13 years agoStamp version.js @ 445.
Armadillo Build Script [Sun, 14 Nov 2010 18:41:52 +0000 (13:41 -0500)]
Stamp version.js @ 445.

13 years ago* Properly expand the tilde in paths, as well as other shell variables.
Robert Sesek [Sun, 14 Nov 2010 18:41:30 +0000 (13:41 -0500)]
* Properly expand the tilde in paths, as well as other shell variables.
* Do not start the server on an invalid port.

13 years agoSync to a new version of Golang. Include the version in the build.py file.
Robert Sesek [Sun, 14 Nov 2010 18:38:34 +0000 (13:38 -0500)]
Sync to a new version of Golang. Include the version in the build.py file.

13 years agoAllow the back and front ends to be compiled independently.
Robert Sesek [Sun, 14 Nov 2010 18:20:20 +0000 (13:20 -0500)]
Allow the back and front ends to be compiled independently.

13 years agoStamp version.js @ 438.
Armadillo Build Script [Sun, 14 Nov 2010 17:58:08 +0000 (12:58 -0500)]
Stamp version.js @ 438.

13 years agoRemove the initialized ivar and just check whether the error has been set.
Robert Sesek [Sun, 14 Nov 2010 17:57:00 +0000 (12:57 -0500)]
Remove the initialized ivar and just check whether the error has been set.

13 years agoBetter handling of clearing the error in the list callback.
Robert Sesek [Sun, 14 Nov 2010 17:54:21 +0000 (12:54 -0500)]
Better handling of clearing the error in the list callback.

13 years agoChange the style of the error message so it doesn't shift content down when it appears.
Robert Sesek [Sun, 14 Nov 2010 17:51:12 +0000 (12:51 -0500)]
Change the style of the error message so it doesn't shift content down when it appears.

13 years agoFix the error animation.
Robert Sesek [Sun, 14 Nov 2010 17:45:59 +0000 (12:45 -0500)]
Fix the error animation.

13 years agoFix the actor tile appearance.
Robert Sesek [Sun, 14 Nov 2010 17:35:05 +0000 (12:35 -0500)]
Fix the actor tile appearance.

13 years agoError out if a filename can't be parsed in the TVRenamer.
Robert Sesek [Sun, 14 Nov 2010 17:31:12 +0000 (12:31 -0500)]
Error out if a filename can't be parsed in the TVRenamer.

13 years agoNow that paths.go holds a reference to the entire Configuration, remove gJailRoot.
Robert Sesek [Sun, 14 Nov 2010 17:21:57 +0000 (12:21 -0500)]
Now that paths.go holds a reference to the entire Configuration, remove gJailRoot.

13 years agoAdd a sample configuration file.
Robert Sesek [Sun, 14 Nov 2010 17:20:48 +0000 (12:20 -0500)]
Add a sample configuration file.

13 years agoAdd an IncludeDotfiles configuration directive.
Robert Sesek [Sun, 14 Nov 2010 17:19:15 +0000 (12:19 -0500)]
Add an IncludeDotfiles configuration directive.

13 years agoStamp version.js @ 415.
Armadillo Build Script [Sun, 14 Nov 2010 17:13:19 +0000 (12:13 -0500)]
Stamp version.js @ 415.

13 years agoProperly load the full config file and allow overrides from the flags.
Robert Sesek [Sun, 14 Nov 2010 17:12:45 +0000 (12:12 -0500)]
Properly load the full config file and allow overrides from the flags.

13 years agoStamp version.js @ 404.
Armadillo Build Script [Sun, 14 Nov 2010 02:03:46 +0000 (21:03 -0500)]
Stamp version.js @ 404.

13 years agoFix final compile error.
Robert Sesek [Sun, 14 Nov 2010 02:03:36 +0000 (21:03 -0500)]
Fix final compile error.

13 years agoStamp version.js @ 401.
Armadillo Build Script [Sun, 14 Nov 2010 02:01:46 +0000 (21:01 -0500)]
Stamp version.js @ 401.

13 years agoFix another compile error.
Robert Sesek [Sun, 14 Nov 2010 02:01:44 +0000 (21:01 -0500)]
Fix another compile error.

13 years agoStamp version.js @ 400.
Armadillo Build Script [Sun, 14 Nov 2010 02:01:16 +0000 (21:01 -0500)]
Stamp version.js @ 400.

13 years agoFix 2 compiler errors with training commas.
Robert Sesek [Sun, 14 Nov 2010 02:01:14 +0000 (21:01 -0500)]
Fix 2 compiler errors with training commas.

13 years agoStamp version.js @ 399.
Armadillo Build Script [Sun, 14 Nov 2010 02:00:41 +0000 (21:00 -0500)]
Stamp version.js @ 399.

13 years agoMoving now works after performing a TVRename.
Robert Sesek [Sun, 14 Nov 2010 02:00:28 +0000 (21:00 -0500)]
Moving now works after performing a TVRename.

13 years agoParse the response from the info server and generate the correct file name.
Robert Sesek [Sat, 13 Nov 2010 23:09:19 +0000 (18:09 -0500)]
Parse the response from the info server and generate the correct file name.

13 years agoCreate the TVRenamer class which as of now just parses the name.
Robert Sesek [Sat, 13 Nov 2010 22:30:48 +0000 (17:30 -0500)]
Create the TVRenamer class which as of now just parses the name.

13 years agoStamp version.js @ 367.
Armadillo Build Script [Sat, 13 Nov 2010 21:54:00 +0000 (16:54 -0500)]
Stamp version.js @ 367.

13 years agoThe zippy now works.
Robert Sesek [Sat, 13 Nov 2010 21:51:31 +0000 (16:51 -0500)]
The zippy now works.

13 years agoStart working with the zippy. It opens correctly, but it does not close correcly.
Robert Sesek [Sat, 13 Nov 2010 21:39:26 +0000 (16:39 -0500)]
Start working with the zippy. It opens correctly, but it does not close correcly.

13 years agoDisplay the actor panel without using the zippy.
Robert Sesek [Sat, 13 Nov 2010 20:46:03 +0000 (15:46 -0500)]
Display the actor panel without using the zippy.

13 years agoStamp version.js @ 346.
Armadillo Build Script [Sat, 13 Nov 2010 20:22:36 +0000 (15:22 -0500)]
Stamp version.js @ 346.

13 years agoStart changing the Actor from a flying pop-up to a zippy expander.
Robert Sesek [Sat, 13 Nov 2010 20:21:40 +0000 (15:21 -0500)]
Start changing the Actor from a flying pop-up to a zippy expander.

13 years agoRename RunFrontEnd to be RunBackEnd.
Robert Sesek [Sat, 13 Nov 2010 18:11:09 +0000 (13:11 -0500)]
Rename RunFrontEnd to be RunBackEnd.

13 years agoImplement the proxy service.
Robert Sesek [Sat, 13 Nov 2010 18:10:18 +0000 (13:10 -0500)]
Implement the proxy service.

13 years agoAdd functionality to read the configuration from file.
Robert Sesek [Sat, 13 Nov 2010 18:09:18 +0000 (13:09 -0500)]
Add functionality to read the configuration from file.

13 years agoStart implementing the proxy service handler.
Robert Sesek [Fri, 12 Nov 2010 13:40:25 +0000 (08:40 -0500)]
Start implementing the proxy service handler.

13 years agoCreate a Configuration struct and use that to RunFrontEnd().
Robert Sesek [Fri, 12 Nov 2010 13:25:43 +0000 (08:25 -0500)]
Create a Configuration struct and use that to RunFrontEnd().

13 years agoCompile all Closure CSS files into a generated file to cut down on HTTP requests.
Robert Sesek [Sat, 9 Oct 2010 22:15:26 +0000 (18:15 -0400)]
Compile all Closure CSS files into a generated file to cut down on HTTP requests.

13 years agoRemove a bunch of console.log statements
Robert Sesek [Sat, 9 Oct 2010 21:58:29 +0000 (17:58 -0400)]
Remove a bunch of console.log statements

13 years agoStamp version.js @ 271.
Armadillo Build Script [Sat, 9 Oct 2010 21:47:00 +0000 (17:47 -0400)]
Stamp version.js @ 271.

13 years agoClosure complains about unreachable code. Fix.
Robert Sesek [Sat, 9 Oct 2010 21:46:58 +0000 (17:46 -0400)]
Closure complains about unreachable code. Fix.

13 years agoStamp version.js @ 270.
Armadillo Build Script [Sat, 9 Oct 2010 21:46:09 +0000 (17:46 -0400)]
Stamp version.js @ 270.

13 years agoDisable the highlight mechanism after fixing the behavior in File.onPopupClosed_().
Robert Sesek [Sat, 9 Oct 2010 21:37:37 +0000 (17:37 -0400)]
Disable the highlight mechanism after fixing the behavior in File.onPopupClosed_().

13 years agoCall the superclass's impl in PathControl.enterDocument().
Robert Sesek [Thu, 7 Oct 2010 15:48:10 +0000 (11:48 -0400)]
Call the superclass's impl in PathControl.enterDocument().

13 years agoForgot this.
Robert Sesek [Mon, 4 Oct 2010 21:24:53 +0000 (17:24 -0400)]
Forgot this.

13 years agoImprove actor appearance. Initial work on row highlighting.
Robert Sesek [Mon, 4 Oct 2010 21:22:23 +0000 (17:22 -0400)]
Improve actor appearance. Initial work on row highlighting.

13 years agoIf the Actor is on a directory, open the panel so that the mouse is over the Open...
Robert Sesek [Mon, 4 Oct 2010 21:01:53 +0000 (17:01 -0400)]
If the Actor is on a directory, open the panel so that the mouse is over the Open button.