jekyll-helper:master

Last commit made on 2015-05-23
Get this branch:
git clone -b master https://git.launchpad.net/jekyll-helper
Only Christopher Wells can upload to this branch. If you are Christopher Wells please log in for upload directions.

Branch information

Name:
master
Repository:
lp:jekyll-helper

Recent commits

449e559... by Christopher Wells

Updated version to v0.2.1

Made a number of changes in accordance with the upgrading of the progam to v0.2.1.

a439be2... by Christopher Wells

Fixed serving after close bug

Fixed an error that caused the website to continue being served after the program is closed. Did so by manually ending the serve terminal if it exists when the program is closed.

Closes #30

ee3d3ca... by Christopher Wells

Restructed main functions a bit

Made several changes to the main functions of the program to fix some warnings given by Pylint. Also changed some global variables to object variables to make them easier to handle.

Removed a few uneeded imports.

Added an init function that declares the variables of the main window object and describes their purpose. Left some commented out as they are set by the finish_initialization function.

9b3b723... by Christopher Wells

Added a test for the directory setting function

Added a test that attempts to run the directory setting function. Made some small tweaks to the directory setting and directory checking functions to make them easier to test by having them return values based on their results.

b4926ff... by Christopher Wells

Set Jekyll comands to only run if the selected directory exists

Created a function to check if the selected directory exists, and set up each of the Jekyll functions to only run if the selected directory does exist.

Added several test cases for the new site directory check function.

Closes #27

9f82c46... by Christopher Wells

Restructured main Jekyll functions

Restructured several of the main Jekyll command functions so that they are separate from the button activation commands.

Changed the handling of the site directory variable so that it is passed to each Jekyll command function.

Closes #26

6173d9d... by Christopher Wells

Added more info to help pages

Added more information to the index and preferences help pages. Removed the unneeded topic1 help page, and added a functions help page with information on the functions of the program.

Closes #18

e85d8ab... by Christopher Wells

Updated links to the program's website

Changed the links to the program's Launchpad page to instead link to its website. Also changed the link to its source code to link to its GitHub repository.

8370d0a... by Christopher Wells

Added link to the programs website in readme

Added a link to the program's website in the README file.

b3ff7d5... by Christopher Wells

Updated screenshot of program

Updated the screenshot of the program that is displayed in the README file.