Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign #38

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
01291ce
Combining the new style with the old style
Mar 14, 2013
728077c
Bye bye .DS_Store
Mar 14, 2013
398b326
Merged the documentation viewer with new styles - requires more styles
Mar 14, 2013
259eb92
Docs pages
Mar 14, 2013
71bd6e6
More changes, JS stuff
Mar 14, 2013
541413e
Small fixes and changes
Mar 14, 2013
8572912
A few changes and added the Boxfile (pagodabox) to gitignore
Mar 15, 2013
4d1ee9d
Readded the boxfile now its finished
Mar 15, 2013
57e121a
Boxfile changes to automatically run composer on push
Mar 15, 2013
7772afb
Boxfile fix
Mar 15, 2013
713a1ba
Boxfile fix
Mar 15, 2013
0e71dba
Boxfile fix
Mar 15, 2013
5c58f77
Boxfile fix
Mar 15, 2013
d4bb16d
boxfile
Mar 15, 2013
78b9315
boxfile
Mar 15, 2013
0c30cc0
Boxfile YAML fix
Mar 15, 2013
f98613d
CORS enabled
Mar 15, 2013
39407ed
Removed header for Access-origin
Mar 15, 2013
a11bc2a
Set footer links
Mar 15, 2013
631ae2e
Final changes, LESS compiled and compressed, JS minified, unused asse…
Mar 15, 2013
52e590f
Final changes
Mar 15, 2013
0624b51
Unminified the JS, fixed the DOCTYPE, fixed footer API location, chan…
Mar 15, 2013
f36d4de
Minor bugfixes
Mar 15, 2013
999ec0c
Replace eval with a callback parameter
Mar 15, 2013
c589a1f
Removed 4/6 out of the grid, duplicate of 2/3
Mar 15, 2013
5ac75b6
Removed #latest_commit from being a child of #sidebar
Mar 15, 2013
3139f86
Fixed the problem with the ajax request for "latest commit" on firefox
Mar 15, 2013
6d493a9
Fixed the issue in Firefox where mini_nav was displaying when it shou…
Mar 15, 2013
281e85b
Changed the footer copy
Apr 12, 2013
7447c21
Made the header bar download link more predominant
Apr 12, 2013
e205123
Changed the nav bar styles to hide the border for the newly styled do…
Apr 12, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Boxfile fix
Joey Emery committed Mar 15, 2013
commit 713a1baa602a8d03a5479829521b6b496aee963a
7 changes: 3 additions & 4 deletions Boxfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
web1:
php_extensions:
[zip]
after_build:
- "if [ ! -f composer.phar ]; then curl -s http://getcomposer.org/installer | php; fi; php composer.phar install"

php_extensions:
- zip # for composer
- "if [ ! -f composer.phar ]; then curl -s http://getcomposer.org/installer | php; fi; php composer.phar install"