Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Ammended asp style tags #17

Open
wants to merge 62 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
f924f4e
Getting really, really good at screwing up my repo, this is the secon…
Nov 19, 2012
514783b
Ammended .gitignore to accomodate Dreamweaver
Nov 19, 2012
0135386
DW metadata (to be removed in a moment)
Nov 19, 2012
6148885
Updated .gitignore to accomodate for the multiple environments I am w…
Nov 19, 2012
3f68c5d
Deleted unused directories, as well as wordpress plugin
Nov 19, 2012
b3a8bd7
Just beginning to understand the routing system; added routes to doct…
Nov 19, 2012
f3219ec
Began the long slow process of removing short php tags. Should be com…
Nov 20, 2012
dca3392
Updated license to GPLv3 for my direct work.
Nov 20, 2012
03eb750
Next wave of removed php short tags
Nov 20, 2012
3281985
Included expected contents of _notes directories in .gitignore
Nov 20, 2012
6fd6a8c
Hopefully final wave of php short tags removal
Nov 20, 2012
a368bb2
Removed colorful language from code... ;-)
Nov 20, 2012
86cdd82
Adding a .gitattribute file
Nov 20, 2012
4c3e80f
Just set some todos for later this week. WTF... DW metadata seems to …
Nov 20, 2012
0cea28f
Removed DW metadata.
Nov 20, 2012
0c30f17
This is a manual commit to help synch up files. modified: index.php
Nov 20, 2012
828ad6a
Another manual commit.. grrr Titanium/Aptana studio commits are causi…
Nov 20, 2012
82ab014
Start of new routing approach, will be a hybrid into the foreseeable …
Nov 20, 2012
9f42634
Trying a front controller approach in lieu of direct .htaccess paths.…
Nov 20, 2012
c91874d
don't use tests, removing them.
Nov 20, 2012
6839c6f
Still hacking away at routing; likely a few day job
Nov 20, 2012
e94db1a
Looks like a little git troubleshooting has come my way... resolved c…
Nov 20, 2012
2b8b759
Hacking away at the routing. More to do. Renamed directories to more …
Nov 21, 2012
070ab90
Corrected routing paths and changed all single quotes to double.
Nov 21, 2012
e2c386c
Still hacking away at front controller, new .htaccess within that dir…
Nov 21, 2012
f5ef416
massaging the code... ;-) removed uneeded returns. Changed 404 verbag…
Nov 21, 2012
fe0ef9b
Created 404 page; renamed fundamental path and target; further invest…
Nov 21, 2012
87cc0c1
Added terms of service page, it's route, and began building upon join…
Nov 21, 2012
46f4d51
Corrected a few attributes issues/spelling; massive work will begin h…
Nov 21, 2012
97e4f67
unauth landing page is a complete template no header or footer needed.
Nov 21, 2012
f377862
updated theme.info in village theme
Nov 21, 2012
dd68f1f
Moved some supporting files to a central position; continued reworkin…
Nov 21, 2012
0093fd9
Massaging and outright fixing of paths
Nov 21, 2012
ca9d16b
same as last commit
Nov 21, 2012
27be9e4
continuation of same work as I find it; there are a lot of paths... ;-)
Nov 21, 2012
a128d4b
fixed cute typo, love it when I make those.
Nov 21, 2012
73e05cd
fixed misunderstanding of paths on my part
Nov 21, 2012
bfce315
Scratching my head as to how I didn't notice this incorrect path earl…
Nov 21, 2012
996f706
Doh. Locations rather then includes. Removing writes to .htaccess, as…
Nov 21, 2012
aa2c340
Ooooo, lots of short tags running amok. Still working out routing.
Nov 22, 2012
645d3df
Routing working. Still needs testing.
Nov 22, 2012
82a8015
Hmm. Lots more hacking to do on this version. Might be 2 steps back. …
Nov 23, 2012
6f7b8b7
Reverted changes invloving router to stock config, minus the short ta…
Nov 23, 2012
8b499be
Minus one short tag... It's amazing how these slip through.
Nov 23, 2012
f15e291
Still a few short tags in generated output. Amended.
Nov 23, 2012
ea6bdb6
Simply a commit of the first element in the change queue to allow the…
Nov 24, 2012
556b8b1
Updated unauth landing page to come up first (prep for monday demo); …
Nov 24, 2012
c03693e
Further prep for demo (will only be showing landing page, so hotwirin…
Nov 24, 2012
791242b
Retheming in village theme
Nov 24, 2012
7eab75a
Front end hobbling along... but ready for Monday demo.
Nov 24, 2012
e9e984b
Corrected JSON call to JSONP for cross-domain requests to GitHub API
Nov 25, 2012
748311c
Massaged the landing page styles a little bit
Nov 25, 2012
b7eabea
Minimalified the village theme in prep for more work; corrected js pa…
Nov 25, 2012
8b6e6c3
Corrected simple typo (in a comment, no less ;-) )
Nov 25, 2012
bbc78eb
Avoiding sporadic duplicate object definition errors with require once
Nov 25, 2012
d11c648
A few css and verbage touches for the demo; ajax join works now.
Nov 26, 2012
b0aa5c4
Corrected simple typo in Ajax response test
Nov 26, 2012
63488cd
Corrected some verbage; and an odd bug where pressing a button twice …
Nov 26, 2012
1ed0613
Unsetting some structure in the themes so that bootstrap can take ove…
Nov 27, 2012
495383e
Reworked landing page demo links; now they log into dummy accounts fo…
Nov 27, 2012
d86efb6
Just staring work at specialized relationships in this implementation
Nov 27, 2012
e227463
Changed 1 line for installation demo
Nov 26, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
59 changes: 58 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
#Software specific ignores
lib/etc/options.php
files/*
.DS_Store
.DS_Store

#Dreamweaver _notes directories should not come along for the ride...
*/_notes
dwsync.xml

#Eclipse-based project files that should be left out
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

#Development OS environs I am using
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

#mac
.DS_Store
.AppleDouble
.LSOverride
Icon

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes
Loading