Commit Graph

  • 1e20052b08 Merge branch 'staging' Taylor Otwell 2012-08-17 09:03:56 -0500
  • 4d1405269c Merge branch 'develop' into staging Taylor Otwell 2012-08-17 09:02:51 -0500
  • 9718d5cd0d fix nested queries. Taylor Otwell 2012-08-17 09:02:32 -0500
  • 722de55eeb Merge pull request #1105 from spencerdeinum/master Dayle Rees 2012-08-16 14:29:30 -0700
  • 6c9d903e58 Added Command::run() to the documentation for artisan tasks. Spencer Deinum 2012-08-16 17:18:50 -0400
  • 385b776ba8 Docs: Finish section on pull request guidelines. Franz Liedke 2012-08-15 11:47:27 -0400
  • f80d694a95 Contrib docs: add section stub about pull requests. Franz Liedke 2012-08-15 10:47:51 -0400
  • 67464cb0f8 Fix typo in Github page table of contents. Franz Liedke 2012-08-15 10:45:37 -0400
  • 1c7297dc02 Contrib docs: Remove pointless staging branch info. Franz Liedke 2012-08-15 17:33:22 +0300
  • 5359085eda Fix contribution page links in documentation. Franz Liedke 2012-08-15 17:27:50 +0300
  • abd30eb338 Fix contribution page links in documentation. Franz Liedke 2012-08-15 17:26:33 +0300
  • 97761f08f1 missing a from attribute Dayle Rees 2012-08-14 12:04:49 +0200
  • 8dbe2d1a9a Merge pull request #681 from bencorlett/develop Taylor Otwell 2012-08-13 12:17:35 -0700
  • 64605f2223 Merge pull request #706 from Vespakoen/patch-1 Taylor Otwell 2012-08-13 12:16:08 -0700
  • feb651f630 Merge pull request #670 from kbanman/hmvc-fix Taylor Otwell 2012-08-13 12:13:58 -0700
  • fdac5e843f Merge pull request #636 from ProgerXP/patch-bexpand Taylor Otwell 2012-08-13 12:08:50 -0700
  • 41e3c95ed6 Add German translations for new array validator. Franz Liedke 2012-08-13 19:03:59 +0300
  • a7c2c2544e Merge pull request #1053 from tobsn/patch-12 Dayle Rees 2012-08-12 12:50:10 -0700
  • 4b8ba99211 Merge pull request #1043 from tobsn/patch-10 Dayle Rees 2012-08-12 12:43:15 -0700
  • e0338f3671 Merge branch 'core-tests' of https://github.com/franzliedke/laravel into develop Dayle Rees 2012-08-12 16:19:13 +0100
  • e3a000af41 Fix Query::lists() for empty resultsets Kelly Banman 2012-08-11 15:52:58 -0700
  • 1bd157d0a6 Added in develop changes. Jason Lewis 2012-08-12 02:48:55 +0930
  • 4d0f95598c Merge pull request #1079 from sineld/develop Jason Lewis 2012-08-11 10:10:08 -0700
  • f685597180 Defer URI language support to L4. Jason Lewis 2012-08-12 02:16:11 +0930
  • a95b5eb4b9 Defer URI language support to L4. Jason Lewis 2012-08-12 02:15:52 +0930
  • 694f696cb6 Merge pull request #1063 from stayallive/develop Jason Lewis 2012-08-11 09:20:50 -0700
  • 43614cfeb9 Merge branch 'develop' of github.com:laravel/laravel into develop Taylor Otwell 2012-08-09 22:50:22 -0500
  • 749948bc9d fix conflicts. Taylor Otwell 2012-08-09 22:49:36 -0500
  • 7dae482708 Merge branch 'develop' into staging Taylor Otwell 2012-08-09 22:47:17 -0500
  • 4d25f50f4b Merge pull request #1016 from purwandi/develop Taylor Otwell 2012-08-09 20:45:11 -0700
  • 29a4ac2701 Merge pull request #1049 from Apathetic012/develop Taylor Otwell 2012-08-09 20:44:15 -0700
  • 343d132737 tweak change log. Taylor Otwell 2012-08-09 22:42:35 -0500
  • 79f92e57df defer language support in URIs to version 4. Taylor Otwell 2012-08-09 22:42:03 -0500
  • d31f89d42f Fixing a bug with saving data to pivot table Joe Wallace 2012-08-09 22:10:49 -0500
  • b5e81cb33c Merge pull request #1083 from spencerdeinum/master Dayle Rees 2012-08-09 13:23:33 -0700
  • e5dc10840a Fix documentation error in input.md Spencer Deinum 2012-08-09 15:44:34 -0400
  • f5123f935a Merge pull request #1052 from sergiigrebeniuk/hotfix-phpdoc Taylor Otwell 2012-08-09 10:02:21 -0700
  • 0d718bbf30 Added Turkish language files. Sinan Eldem 2012-08-08 11:36:28 +0300
  • ebec6ba8e0 Merge pull request #1077 from aebersold/master Phill Sparks 2012-08-07 14:56:44 -0700
  • 8227784e11 Documentation Error, see /laravel/html.php line 225 for reference Simon Aebersold 2012-08-07 17:24:02 +0200
  • 86b0ac0dff Merge pull request #1064 from jwpage/bug/fix_index_path Phill Sparks 2012-08-07 06:17:08 -0700
  • 43c3c2de68 fixes from testing Tobsn 2012-08-06 03:10:39 +0200
  • 93f5785911 Update path to index view file. Johnson Page 2012-08-05 07:51:09 +1000
  • f0e261c87f Changed jQuery '$' to 'jQuery' in the Profiler Alex Bouma 2012-08-05 00:34:54 +0300
  • 31c730c913 Passing a null $value to Form::submit(), Form::reset() or Form::button() was throwing an Exception. I made the default $value = null for those methods. They result in the following respective valid HTML: <input type='submit'/> <input type='reset'/> <button></button> Jakobud 2012-08-03 10:47:34 -0600
  • bf07de7d5e added array and array count validation Tobsn 2012-08-03 17:27:29 +0200
  • 690e8572aa phpdoc fixes Sergii Grebeniuk 2012-08-03 18:17:48 +0300
  • 228f57226b Extract sweep method in Session payload class. Franz Liedke 2012-08-03 18:09:37 +0300
  • bc34498a7c Merge pull request #1045 from franzliedke/patch-29 Taylor Otwell 2012-08-03 07:44:04 -0700
  • 727afc1bfa fix namespace issue on exception apathetic012 2012-08-03 10:01:16 +0800
  • e86cd79b11 Make database connection protected in session driver. Franz Liedke 2012-08-02 18:50:44 +0300
  • 5716b4da40 type boolean is tinyint(1) Tobsn 2012-08-02 00:54:30 +0200
  • d667a15e05 Merge branch 'develop' into staging Taylor Otwell 2012-08-01 13:46:06 -0500
  • a28698ed36 Merge pull request #1 from crynobone/core-tests Franz Liedke 2012-08-01 06:33:26 -0700
  • d816eb9ef3 Refix unit testing for Laravel crynobone 2012-08-01 06:34:44 +0800
  • 761186a676 Reorganized Control Structure section. Added Control Structure to TOC. Added in missing @elseif example. Move the Blade Comments to more appropriate section. Simplified Blade Comments examples. Minor changes to @parent example. Jakobud 2012-07-31 12:00:47 -0600
  • 7256dc2a65 Merge pull request #1024 from Apathetic012/develop Dayle Rees 2012-07-31 09:11:12 -0700
  • 06ac3274e5 Merge pull request #917 from HiroKws/japanese-language Dayle Rees 2012-07-31 09:08:20 -0700
  • 0556ef35ce Merge branch 'develop' of github.com:laravel/laravel into develop Dayle Rees 2012-07-31 16:55:50 +0100
  • 30175c2a52 fixing merge issues for comment tweaks Dayle Rees 2012-07-31 16:55:02 +0100
  • dab2c79298 Merge pull request #933 from franzliedke/patch-22 Dayle Rees 2012-07-31 08:46:43 -0700
  • a0fd22f6f1 Merge pull request #772 from loic-sharma/patch-3 Dayle Rees 2012-07-31 08:42:47 -0700
  • 01f8323420 Merge pull request #945 from cviebrock/html-link Dayle Rees 2012-07-31 08:39:24 -0700
  • 2611c1f27a fixing merge issue for blade comments pull Dayle Rees 2012-07-31 14:42:23 +0100
  • 9ea5018372 Merge branch 'develop' of github.com:laravel/laravel into develop Dayle Rees 2012-07-31 14:37:07 +0100
  • 9d9d1d010c fixing merge for contribution docs Dayle Rees 2012-07-31 14:36:44 +0100
  • 4b97c28c6b Merge pull request #860 from stevefrost/develop Dayle Rees 2012-07-31 06:33:27 -0700
  • 184cc090bc Merge pull request #1026 from jbruni/patch-1 Dayle Rees 2012-07-31 02:16:36 -0700
  • 3a471de777 franz routing docs fix Dayle Rees 2012-07-31 10:06:10 +0100
  • 3d66011249 Merge pull request #1037 from tobsn/patch-9 Dayle Rees 2012-07-31 01:56:39 -0700
  • 37e5605c22 Merge pull request #1036 from tobsn/patch-8 Dayle Rees 2012-07-31 01:55:02 -0700
  • 8c5ac60154 Merge pull request #935 from tobsn/patch-7 Dayle Rees 2012-07-31 01:53:41 -0700
  • 89d8c5bb0d Returning results with SHOW queries Tobsn 2012-07-31 10:04:53 +0200
  • 244ecd49fd Added use Closure to database.php Tobsn 2012-07-31 09:55:45 +0200
  • c9710525d9 Merge pull request #1020 from metaphox/develop Jason Lewis 2012-07-30 20:27:32 -0700
  • 2c7bf657ed Removed empty Coding Standards doc. Removed Coding Standards from Table of Contents Sidebar. Jakobud 2012-07-30 13:32:53 -0600
  • fd6e73aaa7 Added TortoiseGit contribution docs. Revised Command-Line contribution docs. Jakobud 2012-07-30 12:12:07 -0600
  • 72d091ee54 Added first draft of command-line contributing docs. Added empty files for coding standards and tortoisegit docs. Adjusted Contributions in the Table of Contents sidebar. Jakobud 2012-07-30 10:19:42 -0600
  • 37dbeef2bb Use LARAVEL_START constant to calculate request time. Franz Liedke 2012-07-30 13:48:55 +0300
  • c7890bcdc3 Update laravel/documentation/controllers.md J Bruni 2012-07-29 09:01:16 -0300
  • 5eef002374 add output of File::mime() example apathetic012 2012-07-29 19:12:44 +0800
  • 0dd1af665f changes binding data variable to an array Tao Wu 2012-07-29 12:44:58 +0200
  • 7b1b76bb02 Merge pull request #1021 from benjaminreede/feature/language/nl Jason Lewis 2012-07-28 07:38:43 -0700
  • 65ccdef48d Dutch language pack BeQuery 2012-07-28 15:18:46 +0200
  • 25a69cf9f3 Merge pull request #1018 from noherczeg/feature/language/hu Jason Lewis 2012-07-28 05:19:48 -0700
  • a497a3efcb changed header to data Tao Wu 2012-07-28 13:58:11 +0200
  • 9268b1eb4e Merge branch 'master' into develop Tao Wu 2012-07-28 13:49:19 +0200
  • ce7de95a1b Added Hungarian language pack Norbert Csaba Herczeg 2012-07-28 11:09:29 +0200
  • 5622f6e35c Added basic GitHub contribution docs. Jakobud 2012-07-27 11:28:40 -0600
  • 6d193c29e1 Merge pull request #1017 from Spir/develop Dayle Rees 2012-07-27 09:22:47 -0700
  • 3e699a1978 Added french translation. Spir 2012-07-27 18:18:04 +0200
  • c667788be7 Add decimal schema on docs Signed-off-by: Purwandi <free6300@gmail.com> Purwandi 2012-07-27 22:34:41 +0700
  • 2c6ed23b45 fixing merge issues Dayle Rees 2012-07-27 13:52:15 +0100
  • da35e257fd Merge pull request #898 from franzliedke/patch-13 Dayle Rees 2012-07-27 04:59:41 -0700
  • 0bc38ff2a8 Merge pull request #1009 from apit/lang-id Dayle Rees 2012-07-27 04:57:11 -0700
  • 7b5e37a316 fixing merge issues on blade pull Dayle Rees 2012-07-27 12:37:40 +0100
  • 8a34aa5077 Fixed typos Pascal Borreli 2012-07-24 09:31:27 +0000
  • f969776312 Merge pull request #944 from dlabsnl/master Dayle Rees 2012-07-27 04:15:45 -0700
  • 483f5705a9 Merge pull request #990 from resurtm/html-indentation-fix Dayle Rees 2012-07-27 04:04:01 -0700
  • c27614b217 Merge pull request #996 from Jakobud/feature/pagination-docs Dayle Rees 2012-07-27 04:01:55 -0700