Commit graph

1696 commits

Author SHA1 Message Date
phpnut
dcad548cac Adding fix for #2587, _ _backAssociation as real class member
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5125 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-20 05:05:18 +00:00
phpnut
e2617621fd Adding fix for #2607, fixes Fatal error: Call to a member function on a non-object when using php 4
Adding fix for #2590, fixes ps_files_cleanup_dir: failed: Permission denied

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5124 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-20 04:44:18 +00:00
nate
540b1052d8 Fixing string-based URL generation inside plugins (Ticket #2588)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5123 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-20 01:40:34 +00:00
phpnut
d2fb7d89ed Fixing bad merge
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5122 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-18 21:32:24 +00:00
phpnut
50fb02cb17 Fixing notice in in the skel home.ctp
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5121 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-18 21:20:56 +00:00
phpnut
2950d9210b Fixing error notices that are thrown when tmp directory is not writable
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5120 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-18 21:16:13 +00:00
mariano.iglesias
511af227f1 Adding tests to test usage of set() & save() for editing records
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5119 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-18 17:54:59 +00:00
phpnut
bda355b5b1 Merging Fixes into the trunk:
Revision: [5110]
 * Adding sequence map to DboPostgres for database tables using non-standard sequences

Revision: [5109]
 * Adding tests for 'page' and 'offset' with hasMany bindings

Revision: [5108]
 * Adding test that fails when using page + limit and offset + limit on a HABTM binding

Revision: [5107]
 * updating scaffold links and views

Revision: [5106]
 * updating db config task

Revision: [5105]
 * Applying patch from #2575 adds summary attribute to SQL query table in debug mode

Revision: [5104]
 * Adding media as an uninflected word

Revision: [5103]
 * updating project task

Revision: [5102]
 * updating project task

Revision: [5101]
 * updating project task

Revision: [5100]
 * fix to paths in shell

Revision: [5099]
 * updating shell paths and help

Revision: [5098]
 * Changing order of XML class defs (Ticket #2572)

Revision: [5097]
 * Adding missing returns

Revision: [5096]
 * updating acl shell

Revision: [5095]
 * adding bake tasks

Revision: [5094]
 * updated file class, console classes

Revision: [5093]
 * Fixing support for error messages when multiple validation rules are used with numeric indexes

Revision: [5092]
 * updated folder class and test

Revision: [5091]
 * Adding fix for errors on some linux and windows install when using bash scripts

Revision: [5090]
 * Removing unused tasks

Revision: [5089]
 * Fixing incorrect index in ACL shell script error message, and clarifying help text

Revision: [5087]
 * Adding tests and fixes for #2570, this corrects DboSource::conditions fails to quote mixed array/string conditions

Revision: [5086]
 * Correcting doc comments

Revision: [5085]
 * Adding schema support to Postgres driver (Ticket #1623)

Revision: [5084]
 * refactoring paths 

Revision: [5083]
 * Fixing output caused when class was loaded in console

Revision: [5082]
 * Refactoring translation string extractor class to work with new console

Revision: [5081]
 * updating baking of models

Revision: [5080]
 * fixing paths in shell

Revision: [5079]
 * fixing error in shell taskNames

Revision: [5078]
 * Fixing cache setting when installing a fresh version on a Win box

Revision: [5077]
 * updating tasks, removing BakeTask base class, Task extends Shell

Revision: [5076]
 * updating shell task handling, removing bake2

Revision: [5075]
 * updating acl and bake shells

Revision: [5074]
 * adding tasks and uses to shells, var $tasks and var $uses. if the task exists in the var it will be executed if the command is the same as the task. uses will load the model. 

Revision: [5073]
 * removing em from css

Revision: [5072]
 * Merging [5070] into DboMysqli and also adding changes to 1.1.x.x versions

Revision: [5071]
 * Fixing and adding tests for ticket #2551 

Revision: [5070]
 * Fixing problem in listSources when using '-' in database name

Revision: [5069]
 * Adding admin route matching fix (Ticket #2541)

Revision: [5068]
 * updating shell

Revision: [5067]
 * updating model constructor in 1.1, 1.2 to use the $table param

Revision: [5065]
 * Adding fix for irregular inflections returning word in lowercase

Revision: [5064]
 * updating bake setCake

Revision: [5063]
 * updating paths for shell, bake

Revision: [5062]
 * Fixing ACL script for new model interface (Ticket #2164)

Revision: [5061]
 * updating paths for shell

Revision: [5060]
 * Adding help() as a default command if main() is not defined in shell script

Revision: [5059]
 * updating paths for shell

Revision: [5058]
 * updating shells for new conventions, better handling of paths, more help

Revision: [5057]
 * Adding directories to skel/vendors

Revision: [5056]
 * Renaming file

Revision: [5055]
 * Renaming vendors/console to vendors/shells

Revision: [5054]
 * not fully complete changes but adding so we can change from Script to Shell

Revision: [5053]
 * adding application specific vendors/console/templates

Revision: [5052]
 * Adding templates directory to vendors/console to allow overriding templates used by the cli

Revision: [5051]
 * Removing unneeded empty files

Revision: [5050]
 * Adding application specific directories to vendors

Revision: [5049]
 * moving tasks directory 

Revision: [5048]
 * Adding console directory to vendors.
 * Added missing empty files

Revision: [5047]
 * Added fix for #2545, fixes VALID_NUMBER does not allow negative values

Revision: [5046]
 * Adding fix for #2552, fixes JavascriptHelper::object does not convert boolean values correctly

Revision: [5045]
 * Adding fix for #2538, fixes findAll doesn't work with TranslateBehavior when specifying which fields to fetch

Revision: [5044]
 * Adding test for #2550.
 * Added fix for #2550, fixes incorrect inflection of Alias

Revision: [5043]
 * Adding fix for #2534, refactored mysql and mysqli dbo

Revision: [5042]
 * Added fox for #1815

Revision: [5041]
 * Adding fix for #2547, fixes issue when saving arrays with numeric keys

Revision: [5040]
 * Applying patch of ticket #2560

Revision: [5039]
 * Removing unused function

Revision: [5038]
 * updating scaffolding and css

Revision: [5037]
 * Correcting call to __value and using dot notation in button()

Revision: [5036]
 * Updating help text on ACL script

Revision: [5035]
 * Applying patch from ticket #2540

Revision: [5034]
 * Removing bake() function and implementation of help()

Revision: [5033]
 * Fixing undefined variable error

Revision: [5032]
 * Adding fix for #2530, adds support for Oracle to acl cli

Revision: [5031]
 * Fixing paths erros in new bash and CLI scripts.
 * Updated missing files and directories in skel.
 * Corrected paths for app custom scaffold templates

Revision: [5030]
 * Adding empty file to all empty directories

Revision: [5029]
 * Copying missing directories to skel/views/layouts

Revision: [5028]
 * Copying i18n.sql to skel directory

Revision: [5027]
 * Adding sanity checking / warning messages for data returned from Model::loadInfo() (thanks phishy)

Revision: [5026]
 * Reverting last commit

Revision: [5025]
 * Renaming file to see if executable bit will remain

Revision: [5024]
 * Test commit to see if executable bit is removed

Revision: [5022]
 * Correcting property settings on file

Revision: [5021]
 * Correcting property settings on file

Revision: [5020]
 * Correcting line endings on bash script.
 * Starting to correct paths to new console directory.
 * Replaced SCRIPTS define with CONSOLE_LIBS

Revision: [5019]
 * Adding possibility to specify if option values should be escaped, and adding tests for it

Revision: [5018]
 * Removing wrong delete call

Revision: [5017]
 * Moving dispatch.php to console/cake.php

Revision: [5016]
 * updating acl console script

Revision: [5015]
 * Restructuring console directory

Revision: [5014]
 * Adding new libs directory

Revision: [5013]
 * Renaming scripts directory to better explain what it is for

Revision: [5012]
 * Removing the _task from file names

Revision: [5011]
 * updating scripts and skel homepage

Revision: [5010]
 * Adding patch from #2528, fixes validation passing when even when allowEmpty === false

Revision: [5009]
 * converted bake script to use console. refactored some other script code

Revision: [5006]
 * adding commands to scripts,  similar to controller actions, will call main action if it exists, cleaning up some other stuff

Revision: [5005]
 * fixing typo in ConsoleScript

Revision: [5004]
 * Fixed folder test

Revision: [5003]
 * Adding tests for Folder

Revision: [5002]
 * fixed missing dispatcher in ErrorHandler, updated AclScript, added initialize method to CakeScript which should be used by subclasses as the constructor.

Revision: [5001]
 * Adding empty test cases for File and Folder

Revision: [5000]
 * updating createFile in CakeScript, adding mode to Folder construct in File class

Revision: [4999]
 * changing reference to createFile in acl.php

Revision: [4998]
 * updating console scripts, added script path searching, for /vendors and /app/vendors, class names must be like "AclScript" in /scripts/acl.php, all scripts now extend CakeScript

Revision: [4997]
 * Renaming file to cake_script.php

Revision: [4996]
 * updating console_script

Revision: [4995]
 * Adding fix for #2522, fixes errors when primary key is not auto increment and the primary key is set in the data to be saved.

Revision: [4994]
 * Cleaning up line endings

Revision: [4993]
 * updating default homepage

Revision: [4992]
 * Updating ACL script for new Console classes

Revision: [4991]
 * Adding fix for #2512, fixes translation behavior count queries

Revision: [4990]
 * Adding newlines to ConsoleScript::hr()

Revision: [4989]
 * Adding tests for #2520

Revision: [4988]
 * Renaming file extensions of scaffolding templates to ctp

Revision: [4987]
 * Fixing problem with submit options in FormHelper::end() (ticket #2516)

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5118 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-18 17:19:53 +00:00
gwoo
c35c14ff39 adding check for dispatcher class in requestAction
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5116 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-18 15:02:34 +00:00
dho
5077bfc93e Fixing undefinded variable error
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5115 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-16 09:26:33 +00:00
phpnut
96da12358f Adding fix for #2521, this fixes issues with DB2 driver cannot determine the table name of result sets, which breaks associations. Added enhancement for #2446, DB2 driver allowing schema to be specified in the database.php file
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5114 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-16 07:50:02 +00:00
gwoo
c114cb1259 updating cake.bat to handle paths with spaces in the directory name, ticket #2581
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5113 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-16 06:05:27 +00:00
nate
e9357fc432 Refactoring AclComponent to use model instances consistently
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5112 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 20:01:44 +00:00
nate
266db033fc Updating branch with Felix's latest HttpSocket work
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5111 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 19:59:59 +00:00
nate
4ba97ca0da Adding sequence map to DboPostgres for database tables using non-standard sequences
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5110 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 19:11:09 +00:00
mariano.iglesias
7a380cc0de Adding tests for 'page' and 'offset' with hasMany bindings
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5109 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 18:47:02 +00:00
mariano.iglesias
e4fb1372c5 Adding test that fails when using page + limit and offset + limit on a HABTM binding
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5108 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 18:19:56 +00:00
gwoo
3a9799c554 updating scaffold links and views
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5107 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 05:38:56 +00:00
gwoo
b77a0af14a updating db config task
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5106 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 04:21:44 +00:00
phpnut
2be8041736 Applying patch from #2575 adds summary attribute to SQL query table in debug mode
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5105 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 04:16:40 +00:00
phpnut
201f6c934e Adding media as an uninflected word
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5104 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 03:57:25 +00:00
gwoo
c2968d91e9 updating project task
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5103 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 03:54:47 +00:00
gwoo
d1a44e9777 updating project task
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5102 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 03:51:40 +00:00
gwoo
673d0e1492 updating project task
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5101 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 03:41:50 +00:00
gwoo
8e161f4079 fix to paths in shell
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5100 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 03:17:17 +00:00
gwoo
4c9a9ebb31 updating shell paths and help
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5099 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-15 01:16:10 +00:00
nate
033ced9d7a Changing order of XML class defs (Ticket #2572)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5098 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 14:58:52 +00:00
dho
02cf8e3564 Adding missing returns
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5097 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 14:48:35 +00:00
gwoo
b9c1fb8ed8 updating acl shell
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5096 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 14:10:32 +00:00
gwoo
e77f5b52ea adding bake tasks
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5095 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 12:24:40 +00:00
gwoo
9bc9ac4b31 updated file class, console classes
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5094 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 12:23:25 +00:00
mariano.iglesias
9b5dc57881 Fixing support for error messages when multiple validation rules are used with numeric indexes
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5093 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 10:37:23 +00:00
gwoo
cec34ae6df updated folder class and test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5092 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 07:09:42 +00:00
phpnut
96e80a3e29 Adding fix for errors on some linux and windows install when using bash scripts
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5091 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 06:34:56 +00:00
phpnut
edd112eae9 Removing unused tasks
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5090 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 04:36:42 +00:00
nate
a17d40e948 Fixing incorrect index in ACL shell script error message, and clarifying help text
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5089 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 02:19:26 +00:00
phpnut
9d02c911a6 Adding tests and fixes for #2570, this corrects DboSource::conditions fails to quote mixed array/string conditions
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5087 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 01:52:59 +00:00
phpnut
586fbc9dea Correcting doc comments
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5086 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 01:14:41 +00:00
nate
f7e4594df7 Adding schema support to Postgres driver (Ticket #1623)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5085 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 00:15:44 +00:00
gwoo
f742c8f879 refactoring paths
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5084 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-14 00:12:15 +00:00
phpnut
a27b0f2fa6 Fixing output caused when class was loaded in console
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5083 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-13 23:42:16 +00:00
phpnut
e2fadb5680 Refactoring translation string extractor class to work with new console
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5082 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-13 23:20:47 +00:00
gwoo
51e3ce02f6 updating baking of models
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5081 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-13 23:11:40 +00:00
gwoo
172492963e fixing paths in shell
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5080 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-13 22:25:40 +00:00
gwoo
aca2ccf3bb fixing error in shell taskNames
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5079 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-13 22:03:03 +00:00
mariano.iglesias
4aa29a073d Fixing cache setting when installing a fresh version on a Win box
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5078 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-13 21:54:48 +00:00
gwoo
338a8c8f4b updating tasks, removing BakeTask base class, Task extends Shell
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5077 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-13 21:47:36 +00:00
gwoo
1875d74e4a updating shell task handling, removing bake2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5076 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-13 20:49:37 +00:00
gwoo
e8292ec7fd updating acl and bake shells
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5075 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-13 20:18:57 +00:00
gwoo
be64c569b1 adding tasks and uses to shells, var $tasks and var $uses. if the task exists in the var it will be executed if the command is the same as the task. uses will load the model.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5074 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-13 20:17:27 +00:00