public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:

tedkulp's cmsmadesimple-2-0 Feed   feed

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 days ago

dd82b1d216d5af3b70d639c1d640e3009474b7cc

Added CmsTag and acts_as_taggable class and associated tests

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 days ago

de0e604525d7813c233f0d3187d9d67814d7ea0b

cms_join_path should only be used for file paths, not urls

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 days ago

b0e2eee843746986463ae82da5e558e21716cc67

Added acts_as_versioned and unit tests

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 days ago

b68846300e7cf11c17e2ecec387bda7469742396

Added ability to inject multiple admin menu items per module. Items can have description, name, target action set and menu section set.

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 days ago

9e808220d9bca32ab48e594e1be120c347ca983a

Changed mod_label and tab_header module plugins to blocks. Removed need from text, value and translate parameters... use {tr} instead.

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 days ago

252eaacee6770c4535005a8533506b1b64a2180f

Added UserAdmin to the externals list

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 days ago

56b65332fa7b5f0f88f34334326b504adb5eedba

Fixed the debug output during a paused redirect

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 days ago

e20f17ad249959f3a01de14c92f3abeb9a26c608

One more little fix for handling empty table prefixes during install

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 days ago

0127540f20f6a187a901f1cce8237adb0eebcec7

Fixed issue with empty prefixes not allowing proper install

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 days ago

34323106a972903b71376d856a55162b90d48ab7

Fix bug in acts_as_attributed. Override caching issues for the moment.

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

a21425135b490b2caf32682bc4ef2fc6cfbd7c19

Added stylesheet reordering (new association object and new id field in database)

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

e34223b6addd2ea537224ce7a5ce8213fd5b8cbb

Fixed bug with html blocks not reindexing properly

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

715794bb08afdfbdf3e6644c375b0ea81cce10f8

Removed the type param from the select dropdowns in the admin

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

6cc4083dbf7a1f05d7cb0bc8399808924020c9db

Removed the necessity for the root_url and root_path in the config file. These will now be calculated dynamically, but can still be overridden if necessary.

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

206416cd6ac74854d3ae7eb0fb0823d66fd9cefd

Make sure the debug information is only displayed in the admin if the debug flag is on.

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

faebcf0328974810bb6fc243607ec455de03cd77

Merge branch 'auth-changes'

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

a2522b234c946bc312c0d122f00d998f586c3675

Fixed bug where multiple content blocks weren't getting indexed by the search system

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

90b1d288359fc503c1623038ce0b91566f519754

Added ability to create a new attribute definition

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

5e7f7ab0816b45fdbc4fbaf92287b8b5413222da

Added ability to create a new attribute definition

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

e2c2b97721c3d081e5abd4ff96037a700ebb4606

Fixed a notice in index.php

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

da7fc5fdf2bc47b76e4a36f29d0482e420fbeb21

Added permissions creation on Add Page

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

5cfbc24efedcf687aa02e466290120e77520e299

Add missing Api file test cases

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

e8728f449da6c1eafeabb9ec9d5d4ec6e557726f

Changed logic for figuring out which language to show by default on add/edit content

tedkulp committed to tedkulp/cmsmadesimple-2-0 2 months ago

8926c4928eb0ab30949e853feaa57bdeee73047b

Added method to dynamically calculate the base uri -- hopefully means we can remove that from the config file

tedkulp committed to tedkulp/cmsmadesimple-2-0 3 months ago

02ea63c4178ca09727ec1d855617bfa2d0f0635d

Fix for the weird notice

tedkulp committed to tedkulp/cmsmadesimple-2-0 3 months ago

acab671f872ac35843834a35423363b173fd2d87

Changed listcontent to a nested list

tedkulp committed to tedkulp/cmsmadesimple-2-0 3 months ago

4a586fcbaefb829542941401f53587c21e8c8329

Changed so that after_save is always called, even if the Execute failed.

tedkulp committed to tedkulp/cmsmadesimple-2-0 3 months ago

1ded79809efa67fd4ca04a96716503900fa3da9f

Added support for transactions to the ORM

kivanio started watching cmsmadesimple-2-0 3 months ago
cmsmadesimple-2-0 is at tedkulp/cmsmadesimple-2-0
tedkulp committed to tedkulp/cmsmadesimple-2-0 3 months ago

2b6c09aac8a976ff9c5d713fdf95d33999a679e7

Added unit tests for the ORM callbacks