-
Notifications
You must be signed in to change notification settings - Fork 68
Comparing changes
Open a pull request
base repository: javigomez/fof
base: master
head repository: dbhurley/fof
compare: master
Commits on Apr 12, 2013
-
One of my favorite features from JHtml is the ability to load a different file if the site is in debug mode, which is useful if you default to loading compressed CSS/JS files and need to debug those. Borrowing a little logic from JHtml::includeRelativeFiles(), I've added the code to do this in FOF.
Configuration menu - View commit details
-
Copy full SHA for f8c8f26 - Browse repository at this point
Copy the full SHA f8c8f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8bcb54 - Browse repository at this point
Copy the full SHA a8bcb54View commit details -
Merge pull request #2 from mbabker/patch-1
Add debug path support. Thank you, Michael!
Nicholas K. Dionysopoulos committedApr 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 5279472 - Browse repository at this point
Copy the full SHA 5279472View commit details -
Merge pull request #3 from mbabker/patch-2
Use API to load parent form classes. Thank you, Michael!
Nicholas K. Dionysopoulos committedApr 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 111f75c - Browse repository at this point
Copy the full SHA 111f75cView commit details
Commits on Apr 13, 2013
-
Updated README.md to reflect the current state of FOF
Nicholas K. Dionysopoulos committedApr 13, 2013 Configuration menu - View commit details
-
Copy full SHA for 8a622c0 - Browse repository at this point
Copy the full SHA 8a622c0View commit details -
Fixing a couple of typos in Michael's code
Nicholas K. Dionysopoulos committedApr 13, 2013 Configuration menu - View commit details
-
Copy full SHA for 8ac45cc - Browse repository at this point
Copy the full SHA 8ac45ccView commit details -
Nicholas K. Dionysopoulos committed
Apr 13, 2013 Configuration menu - View commit details
-
Copy full SHA for 09f55fc - Browse repository at this point
Copy the full SHA 09f55fcView commit details
Commits on Apr 14, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 48131bb - Browse repository at this point
Copy the full SHA 48131bbView commit details
Commits on Apr 15, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 83a4e34 - Browse repository at this point
Copy the full SHA 83a4e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for de9ba04 - Browse repository at this point
Copy the full SHA de9ba04View commit details
Commits on Apr 17, 2013
-
Do not return JSON-encoded true/false on action tasks (e.g. save, app…
…ly...) when using the JSON format. Use HTTP status codes instead.
Nicholas K. Dionysopoulos committedApr 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 9c612bd - Browse repository at this point
Copy the full SHA 9c612bdView commit details -
Assume that an empty format URL parameter means "html", as per Joomla…
…!'s convention
Nicholas K. Dionysopoulos committedApr 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 12bbe6c - Browse repository at this point
Copy the full SHA 12bbe6cView commit details -
CSV format handles arrays and objects without throwing notices
Nicholas K. Dionysopoulos committedApr 17, 2013 Configuration menu - View commit details
-
Copy full SHA for fe3e4f5 - Browse repository at this point
Copy the full SHA fe3e4f5View commit details
Commits on Apr 18, 2013
-
The very first start of unit tests, currently testing only FOFInflector
Nicholas K. Dionysopoulos committedApr 18, 2013 Configuration menu - View commit details
-
Copy full SHA for ed32fba - Browse repository at this point
Copy the full SHA ed32fbaView commit details
Commits on Apr 19, 2013
-
Fixed PHP notices when $config is not an array
Nicholas K. Dionysopoulos committedApr 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 36195e5 - Browse repository at this point
Copy the full SHA 36195e5View commit details -
Controller autoloading with smart class aliasing
Nicholas K. Dionysopoulos committedApr 19, 2013 Configuration menu - View commit details
-
Copy full SHA for f71c63a - Browse repository at this point
Copy the full SHA f71c63aView commit details -
Nicholas K. Dionysopoulos committed
Apr 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 5ef0a43 - Browse repository at this point
Copy the full SHA 5ef0a43View commit details -
Nicholas K. Dionysopoulos committed
Apr 19, 2013 Configuration menu - View commit details
-
Copy full SHA for f94a256 - Browse repository at this point
Copy the full SHA f94a256View commit details -
Nicholas K. Dionysopoulos committed
Apr 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 52cced2 - Browse repository at this point
Copy the full SHA 52cced2View commit details -
Nicholas K. Dionysopoulos committed
Apr 19, 2013 Configuration menu - View commit details
-
Copy full SHA for afa7d77 - Browse repository at this point
Copy the full SHA afa7d77View commit details -
Only apply the component autoloader to components which have an fof.x…
…ml file in their back-end root directory (prevents conflict with non-FOF components)
Nicholas K. Dionysopoulos committedApr 19, 2013 Configuration menu - View commit details
-
Copy full SHA for d1c2062 - Browse repository at this point
Copy the full SHA d1c2062View commit details -
Merge branch 'refs/heads/autoloader-refactor'
Nicholas K. Dionysopoulos committedApr 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 0a5a9aa - Browse repository at this point
Copy the full SHA 0a5a9aaView commit details -
Nicholas K. Dionysopoulos committed
Apr 19, 2013 Configuration menu - View commit details
-
Copy full SHA for b770fa3 - Browse repository at this point
Copy the full SHA b770fa3View commit details -
If a save / delete / copy / etc operation failed, a 403 error would b…
…e returned instead of reloading the page and showing the error message
Nicholas K. Dionysopoulos committedApr 19, 2013 Configuration menu - View commit details
-
Copy full SHA for c7e711f - Browse repository at this point
Copy the full SHA c7e711fView commit details -
Infinite loop in Joomla! 3 when a save / apply operation failed, resu…
…lting in memory exhaustion
Nicholas K. Dionysopoulos committedApr 19, 2013 Configuration menu - View commit details
-
Copy full SHA for b8d5a09 - Browse repository at this point
Copy the full SHA b8d5a09View commit details
Commits on Apr 20, 2013
-
Disable the component autoloader until I can get it properly tested
Nicholas K. Dionysopoulos committedApr 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 6883029 - Browse repository at this point
Copy the full SHA 6883029View commit details
Commits on Apr 22, 2013
-
Nicholas K. Dionysopoulos committed
Apr 22, 2013 Configuration menu - View commit details
-
Copy full SHA for c0587e9 - Browse repository at this point
Copy the full SHA c0587e9View commit details -
Transparent authentication broken in 2.0.5
Nicholas K. Dionysopoulos committedApr 22, 2013 Configuration menu - View commit details
-
Copy full SHA for 40a6b41 - Browse repository at this point
Copy the full SHA 40a6b41View commit details
Commits on Apr 26, 2013
-
Configuration menu - View commit details
-
Copy full SHA for d14ac5c - Browse repository at this point
Copy the full SHA d14ac5cView commit details -
Fix git ignore and add ignores
I'm adding .idea for PHPStorm projects and .DS_STORE for MAC computers
Configuration menu - View commit details
-
Copy full SHA for dd56da6 - Browse repository at this point
Copy the full SHA dd56da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1503a4 - Browse repository at this point
Copy the full SHA e1503a4View commit details -
Merge pull request #4 from javigomez/fix_gitignore
Fix git ignore and add ignores
Nicholas K. Dionysopoulos committedApr 26, 2013 Configuration menu - View commit details
-
Copy full SHA for 19fc96b - Browse repository at this point
Copy the full SHA 19fc96bView commit details -
Merge pull request #6 from javigomez/fix_inflector_code_style
Fix code style in inflector
Nicholas K. Dionysopoulos committedApr 26, 2013 Configuration menu - View commit details
-
Copy full SHA for d46ab27 - Browse repository at this point
Copy the full SHA d46ab27View commit details -
Making Akeeba Strapper compatible with Joomla! 3.1.0
Nicholas K. Dionysopoulos committedApr 26, 2013 Configuration menu - View commit details
-
Copy full SHA for f44561a - Browse repository at this point
Copy the full SHA f44561aView commit details -
Nicholas K. Dionysopoulos committed
Apr 26, 2013 Configuration menu - View commit details
-
Copy full SHA for ecc6929 - Browse repository at this point
Copy the full SHA ecc6929View commit details
Commits on Apr 27, 2013
-
Compatibility with Joomla! 3.1
Nicholas K. Dionysopoulos committedApr 27, 2013 Configuration menu - View commit details
-
Copy full SHA for 4197234 - Browse repository at this point
Copy the full SHA 4197234View commit details -
Fix array_unshift in prefixLink() of the toolbar
Jurian Even committedApr 27, 2013 Configuration menu - View commit details
-
Copy full SHA for 703b612 - Browse repository at this point
Copy the full SHA 703b612View commit details -
Merge pull request #7 from Twentronix/prefixLinkFix
Fix array_unshift in prefixLink() of the toolbar. Thank you, Jurian!
Nicholas K. Dionysopoulos committedApr 27, 2013 Configuration menu - View commit details
-
Copy full SHA for 66ddc5f - Browse repository at this point
Copy the full SHA 66ddc5fView commit details -
Renaming .j30. files to .j3. to reflect compatibility with Joomla! 3.1
Nicholas K. Dionysopoulos committedApr 27, 2013 Configuration menu - View commit details
-
Copy full SHA for 41868d9 - Browse repository at this point
Copy the full SHA 41868d9View commit details
Commits on Apr 28, 2013
-
Have FOFFormHeaderFieldsearchable recognize more buttons deactivation…
… attributes: no, false, 0
Nicholas K. Dionysopoulos committedApr 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 3bb09d6 - Browse repository at this point
Copy the full SHA 3bb09d6View commit details
Commits on Apr 30, 2013
-
Notice thrown in FOFTable. Thank you, Jurian!
Nicholas K. Dionysopoulos committedApr 30, 2013 Configuration menu - View commit details
-
Copy full SHA for e695c5b - Browse repository at this point
Copy the full SHA e695c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e91209 - Browse repository at this point
Copy the full SHA 2e91209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d08626 - Browse repository at this point
Copy the full SHA 7d08626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 480d951 - Browse repository at this point
Copy the full SHA 480d951View commit details -
Configuration menu - View commit details
-
Copy full SHA for 625357d - Browse repository at this point
Copy the full SHA 625357dView commit details -
Configuration menu - View commit details
-
Copy full SHA for afedfef - Browse repository at this point
Copy the full SHA afedfefView commit details -
some general automatic code style fixes
- aling variable assignations - add empty line before return statement - add space right after foreach,else if...
Configuration menu - View commit details
-
Copy full SHA for 4c495a3 - Browse repository at this point
Copy the full SHA 4c495a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8038718 - Browse repository at this point
Copy the full SHA 8038718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d2e33 - Browse repository at this point
Copy the full SHA 80d2e33View commit details -
Merge pull request #8 from javigomez/fix_code_style_in_fof_table
Fix code style in FOFtable
Nicholas K. Dionysopoulos committedApr 30, 2013 Configuration menu - View commit details
-
Copy full SHA for 18fe7ae - Browse repository at this point
Copy the full SHA 18fe7aeView commit details
There are no files selected for viewing