Commit Graph

306 Commits

Author SHA1 Message Date
Taylor Otwell d53ac0e9d1 update change log 2012-06-28 15:28:03 -05:00
niallobrien 9858f8aa61 Added examples for using $errors in views. 2012-06-27 14:19:21 +02:00
Shawn McCool 4d7d67dd82 Merge branch 'feature/installation' into develop 2012-06-25 13:46:01 +02:00
Shawn McCool d08db5c26b added server configuration to install docs 2012-06-25 13:45:29 +02:00
Jason Lewis cea48d4fe5 Updated the documentation.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-06-24 19:37:08 +09:30
Jeffrey Way 5a4d622bb7 Fix small typo in validation docs. 2012-06-23 14:32:27 -03:00
Tobsn 61a61fc285 Added explanation about PDO default attributes
regarding issue #788

https://github.com/laravel/laravel/issues/788
2012-06-22 06:06:54 -07:00
Tobsn 36226b99bc fixed link for query builder /query -> /fluent
thanks to @NXB
2012-06-22 03:09:50 -07:00
Taylor Otwell 7af0304fe8 Merge branch 'master' into develop 2012-06-21 11:38:50 -05:00
Taylor Otwell fc96014c4f Merge pull request #821 from daylerees/feature/clear-input
Added clear() method to the input class
2012-06-20 09:47:02 -07:00
Tobias Orterer c6ebf685bf Added important note about @layout on first line
leads to confusion if not pointed out.
2012-06-18 21:55:35 -07:00
Taylor Otwell c92578b217 Merge branch 'master' of github.com:laravel/laravel 2012-06-16 15:08:38 -05:00
Taylor Otwell 681f80eafb update change log 2012-06-16 15:08:03 -05:00
Dayle Rees e3317324b0 added clear() method to the input class
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-06-16 11:42:25 +01:00
Jason Walton e9e8a5b32e Adds limit_exact method which will limit a string and its custom ending to a specified length
Signed-off-by: Jason Walton <jwalton512@gmail.com>
2012-06-13 10:50:50 -07:00
Taylor Otwell b27b132128 update change log 2012-06-13 10:26:42 -05:00
dlabs88 06d7abc2d4 Route::get('admin', array('before' => 'auth', function() {}));
forgot the last )
2012-06-12 04:00:15 +03:00
Jason Walton 6881bdaf02 Added required_with validation rule to conditionally require an attribute based on the presence of another attribute
Signed-off-by: Jason Walton <jwalton512@gmail.com>
2012-06-11 09:18:42 -07:00
Aaron Kuzemchak 75033f6287 Updating docs for Blade comments 2012-06-04 14:51:42 -04:00
Franz Liedke 3ccc37bd8f Documentation: Fix typo on routing page's TOC. 2012-06-04 20:36:33 +03:00
Franz Liedke 161ea09861 Documentation: Add link to Controller Routing section to Routing submenu. 2012-06-04 20:34:04 +03:00
Taylor Otwell f595deea1e updated change log. 2012-06-03 19:53:44 -05:00
Taylor Otwell 84e8892c29 updating change log. 2012-06-03 17:45:08 -05:00
Taylor Otwell 563568fbfe Merge branch 'staging', remote-tracking branch 'origin' into develop 2012-06-03 17:38:56 -05:00
Taylor Otwell e12b554cbb cleaning up. 2012-06-03 17:37:46 -05:00
Taylor Otwell d9c0dc0c35 Merge branch 'develop' of github.com:laravel/laravel into develop 2012-06-03 17:37:05 -05:00
Taylor Otwell 4dd82a0de3 update change log. 2012-06-03 17:29:59 -05:00
Rob Meijer dc81e1b7ab Add a note about registering a named route that points to a controller action. 2012-06-02 22:13:09 +01:00
lukemartin 52bce5596e Adding third parameter (filename) to upload method. 2012-05-30 23:37:48 +02:00
Taylor Otwell e35ec6b390 update change log. 2012-05-30 14:25:27 -05:00
Taylor Otwell 56c6202d28 update change log. 2012-05-30 13:46:41 -05:00
Taylor Otwell 2dd8b242b9 update change log. 2012-05-30 09:02:48 -05:00
Taylor Otwell 79b4279101 update change log. 2012-05-30 08:41:45 -05:00
Taylor Otwell d6bcc414b1 update change log. 2012-05-30 08:33:32 -05:00
Taylor Otwell 36247267e8 update change log. 2012-05-30 08:23:19 -05:00
Taylor Otwell d1bb02ab64 fix conflicts. 2012-05-30 08:22:40 -05:00
Taylor Otwell 9c1272093b update change log. 2012-05-29 17:07:47 -05:00
Phill Sparks 3e92ee27db Merge pull request #701 from tkaw220/develop
Typo in documentation
2012-05-23 03:03:40 -07:00
Edwin Aw 5bd64f4030 Typo in documentation
Fixed typo in controllers documentation
2012-05-23 17:44:41 +08:00
Dayle Rees cdcca78548 profiler upgrade additions
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-05-22 17:03:26 +01:00
Taylor Otwell 91c64b38a7 updated change log. 2012-05-22 08:32:23 -05:00
Taylor Otwell 5ba802d473 Update environment documentation. 2012-05-21 11:05:59 -05:00
Taylor Otwell e7a40c0caf Updating event docs. 2012-05-21 11:02:43 -05:00
Taylor Otwell a7959ebc3d Updating docs. 2012-05-21 10:57:23 -05:00
Taylor Otwell e7ee6865b1 Updating docs. 2012-05-21 10:55:08 -05:00
Taylor Otwell 0f0c291ffb updating docs for merge and replace input methods. 2012-05-21 10:53:28 -05:00
Taylor Otwell 7d1102dd6e Updated authentication offline docs. 2012-05-21 10:48:15 -05:00
Dayle Rees 70b64f1928 forgot to add blade::extend() to this 2012-05-14 14:11:56 +02:00
Taylor Otwell 314f25bd28 fixing conflicts. 2012-05-11 08:49:17 -05:00
Taylor Otwell ef6076b2ce added event queues. 2012-05-11 08:48:31 -05:00
Colin Viebrock a1cca24e8a Doc change for issue #648 2012-05-10 11:41:29 -05:00
Taylor Otwell 5fcf57a27d Updated change log. 2012-05-10 08:45:12 -05:00
Taylor Otwell 0824c871fd tweaking wording. 2012-05-04 10:51:16 -05:00
Alexandru Bucur 7f7a0cf035 Added a small example on how to call a function in blade :P 2012-05-04 18:47:51 +03:00
Taylor Otwell 348ff778ed Merged Linject into the core IoC container. 2012-05-02 13:28:29 -05:00
Taylor Otwell 30c87b9245 Updated change log. 2012-05-02 09:39:27 -05:00
Taylor Otwell 9ed91af1e8 added Response::eloquent method. 2012-05-02 08:50:37 -05:00
Taylor Otwell 13638467b4 added Response::json method. 2012-05-02 08:35:26 -05:00
Taylor Otwell f6b7e5f727 updated change log. 2012-05-02 08:13:08 -05:00
Taylor Otwell 138d08c04b added Requst::json method. 2012-05-02 08:09:23 -05:00
Taylor Otwell de7046cc66 update change log. 2012-05-01 11:35:58 -05:00
Taylor Otwell 1dd35dffdb Update change log. 2012-04-30 22:40:37 -05:00
Taylor Otwell 7af5afc4b5 Allow starter Closure for bundles. 2012-04-30 15:09:56 -05:00
Taylor Otwell efe3de6843 Allow the specification of a asset base URL. 2012-04-30 11:52:30 -05:00
Taylor Otwell 5591307099 update toc. 2012-04-30 11:22:33 -05:00
Taylor Otwell 13f30262d9 Fix table of contents. 2012-04-30 11:19:48 -05:00
Taylor Otwell d9bdb4f9ba Fix conflict text. 2012-04-30 11:16:31 -05:00
Taylor Otwell bb4bf88c6f Updated change log. 2012-04-30 11:15:41 -05:00
Taylor Otwell 80448c3341 Fix typo in change log. 2012-04-28 11:14:08 -05:00
Taylor Otwell 68d9210ef5 Added array_pluck method. 2012-04-27 14:26:46 -05:00
Taylor Otwell b0fd803297 Updated change log. 2012-04-26 20:49:56 -05:00
Taylor Otwell 86fce099b3 Fixed belongs_to primary key bug. 2012-04-26 11:25:47 -05:00
Taylor Otwell ca06582369 Add some events to Eloquent models. 2012-04-26 09:30:34 -05:00
Taylor Otwell 68834a47d9 fixing conflicts. 2012-04-24 10:42:57 -05:00
Taylor Otwell 39601e8a78 fix bugs in input class. 2012-04-24 08:37:37 -05:00
Taylor Otwell f1feb467f1 added Input::merge method. 2012-04-23 13:33:48 -05:00
Taylor Otwell bb506bb30b Updating change log and docs for Schema::drop. 2012-04-20 11:37:05 -05:00
Taylor Otwell 7b65dc30a0 updated change log. 2012-04-19 14:32:59 -05:00
Taylor Otwell 92e482de0d updating documentation. 2012-04-19 08:39:30 -05:00
Taylor Otwell 798b76d8d0 update change log. 2012-04-19 08:38:06 -05:00
Taylor Otwell d91da7d80a update change log. 2012-04-18 20:51:15 -05:00
Taylor Otwell bee2a273bc added default option to bundle::option method. 2012-04-18 20:47:29 -05:00
Taylor Otwell 3f2bdb7695 only write file caches if minutes is greater than zero. 2012-04-18 20:43:25 -05:00
Taylor Otwell 5b7f3f66f2 update change log. 2012-04-17 20:48:17 -05:00
Taylor Otwell 4f3dbf2ec4 document the view::exists method. 2012-04-17 20:15:08 -05:00
Taylor Otwell 66cf43de6c update change log. 2012-04-17 20:10:56 -05:00
Taylor Otwell 62935964eb update chang elog 2012-04-16 14:50:32 -05:00
Taylor Otwell 1192abe39c update change log. 2012-04-16 08:37:15 -05:00
Taylor Otwell 44dbbe01da added support for bundles outside of the bundle directory using 'path: ' syntax like views. 2012-04-13 13:54:56 -05:00
Taylor Otwell 7b7f154edd Merge branch 'staging' into develop 2012-04-13 08:25:51 -05:00
Taylor Otwell e16ab6f3d4 fixing conflicts. 2012-04-13 08:25:40 -05:00
Taylor Otwell 9daa919f4b updated change log. 2012-04-12 23:36:45 -05:00
Taylor Otwell 2b88c78896 simplified the paths.php file. 2012-04-12 22:33:45 -05:00
Taylor Otwell 9ad6fabc02 Updated change log.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-10 15:04:39 -05:00
Taylor Otwell 7d5b6b3748 added blade comments and documentation. 2012-04-10 11:46:55 -05:00
Taylor Otwell 222383c83b check application.ssl in request::secure. 2012-04-10 11:41:02 -05:00
Taylor Otwell f7b1a72f3c added unless structure to blade. 2012-04-10 11:33:55 -05:00
Taylor Otwell fda19731c5 Fixing update handling in Has_Many and Has_One relationships.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-10 11:26:03 -05:00
Taylor Otwell 1a5d4250d1 fix conflicts. 2012-04-10 10:10:31 -05:00
Taylor Otwell 8a687053a8 fix conflicts. 2012-04-05 09:33:50 -05:00
Taylor Otwell ee288a7709 updated changelog. 2012-04-04 22:32:25 -05:00
Taylor Otwell 04eea426e8 tweaking. 2012-04-04 11:19:52 -05:00
Taylor Otwell 63e6d143fb updated change log. 2012-04-04 10:36:48 -05:00
Taylor Otwell 250541b22b updated change log. 2012-04-04 10:33:49 -05:00
Taylor Otwell 10d9cd33ad fixing conflicts. 2012-04-04 09:57:08 -05:00
Taylor Otwell 43a3635722 move documentation markdown to system directory. 2012-04-03 11:20:20 -05:00