| 2008-12-28 |
Sam Boyer | #349724: Reverted earlier commit on {panels_page}.access...
|
commit | commitdiff | tree |
| 2008-12-28 |
Sam Boyer | Unified context editing callback some more with the...
|
commit | commitdiff | tree |
| 2008-12-28 |
Sam Boyer | #330715: Fixes for more unexpected menu behaviors....
|
commit | commitdiff | tree |
| 2008-12-28 |
Sam Boyer | #322140: Tentative fix for user (that is, uid) argument...
|
commit | commitdiff | tree |
| 2008-12-28 |
Sam Boyer | Note related to default display creation.
|
commit | commitdiff | tree |
| 2008-12-28 |
Sam Boyer | #349724 by sarvab: Fix that ensures '{panels_page}...
|
commit | commitdiff | tree |
| 2008-12-28 |
Sam Boyer | Minor comment & docblock updates.
|
commit | commitdiff | tree |
| 2008-12-28 |
Sam Boyer | Fix to ensure panels isn't improperly overriding child...
|
commit | commitdiff | tree |
| 2008-12-28 |
Sam Boyer | Fix to (FINALLY!) allow displays-per-context (e.g....
|
commit | commitdiff | tree |
| 2008-11-20 |
Sam Boyer | #307628: Fixed creation of $panel_args in the panel_page...
|
commit | commitdiff | tree |
| 2008-11-12 |
Sam Boyer | Updated general panels_page settings form validation...
|
commit | commitdiff | tree |
| 2008-10-22 |
Sam Boyer | Updated context callback to comply with changes stemming...
|
commit | commitdiff | tree |
| 2008-10-22 |
Sam Boyer | Updated panels_panels_include_directory() docblock...
|
commit | commitdiff | tree |
| 2008-10-12 |
Sam Boyer | #311192: Significant refactoring of the menu system...
|
commit | commitdiff | tree |
| 2008-10-12 |
Sam Boyer | #318288: Fix (attempt) for the static node context...
|
commit | commitdiff | tree |
| 2008-10-11 |
Sam Boyer | Small docblock additions.
|
commit | commitdiff | tree |
| 2008-10-11 |
Sam Boyer | Fixed regression caused by invalid form widget HTML.
|
commit | commitdiff | tree |
| 2008-10-11 |
Sam Boyer | Made docblocks consistent for the various plugin fetcher...
|
commit | commitdiff | tree |
| 2008-10-11 |
Sam Boyer | Unified context id generation into a single callback...
|
commit | commitdiff | tree |
| 2008-10-11 |
Sam Boyer | Stripped out old and irrelevant TODO/FIXME items.
|
commit | commitdiff | tree |
| 2008-10-08 |
Sam Boyer | Fix to panels_page_default_panels() to prevent returning...
|
commit | commitdiff | tree |
| 2008-10-08 |
Sam Boyer | Moved array variable outside of double-quotes for syntax...
|
commit | commitdiff | tree |
| 2008-10-08 |
Sam Boyer | Fix for panel_pages implemented via the defaults hook.
|
commit | commitdiff | tree |
| 2008-10-08 |
Sam Boyer | Fixed (boneheaded) bug that was preventing more than...
|
commit | commitdiff | tree |
| 2008-10-08 |
Sam Boyer | Minor docblock tweaks. Also added some new constants...
|
commit | commitdiff | tree |
| 2008-10-07 |
Sam Boyer | Fixed exporter to use sanitized 'new' values for pids...
|
commit | commitdiff | tree |
| 2008-10-07 |
Sam Boyer | #214488 by snelson: (Forward port) Fix to allow rounded...
|
commit | commitdiff | tree |
| 2008-10-05 |
Sam Boyer | #307902 by hass: (Forward-port from D5) Changes to...
|
commit | commitdiff | tree |
| 2008-10-05 |
Sam Boyer | Fixing BOTH previous bad commits. Ugh.
|
commit | commitdiff | tree |
| 2008-10-05 |
Sam Boyer | Fixing previous bad commit.
|
commit | commitdiff | tree |
| 2008-10-05 |
Sam Boyer | finished updating stupid CVS
|
commit | commitdiff | tree |
| 2008-10-05 |
Sam Boyer | #315835 by SamLerner, sdboyer: various i18n bugfixes.
|
commit | commitdiff | tree |
| 2008-10-05 |
Sam Boyer | #307951 by Darren Oh: Fixed error resulting from attempts...
|
commit | commitdiff | tree |
| 2008-10-05 |
Sam Boyer | Partial forward-port of #307892 by hass and sun.
|
commit | commitdiff | tree |
| 2008-09-20 |
Sam Boyer | (Forward-port from D5 logic fixes) Updated _panels_page_upda...
|
commit | commitdiff | tree |
| 2008-09-20 |
Sam Boyer | (Forward-port from D5 logic fixes) Updated panels_page_save_...
|
commit | commitdiff | tree |
| 2008-09-20 |
Sam Boyer | Forward port from D5 of some minor bugfixes to the...
|
commit | commitdiff | tree |
| 2008-09-04 |
Sam Boyer | Last-minute notes and wording changes before releasing...
|
commit | commitdiff | tree |
| 2008-09-03 |
Sam Boyer | Wrapper for the exporter, and a quasi-incremental oogly...
|
commit | commitdiff | tree |
| 2008-09-03 |
Sam Boyer | Refactoring of the fallback router system - it now...
|
commit | commitdiff | tree |
| 2008-09-03 |
Sam Boyer | Made exporter use fetchers to do its dirty work.
|
commit | commitdiff | tree |
| 2008-09-03 |
Sam Boyer | Sticking with older, more familiar tabs layout for...
|
commit | commitdiff | tree |
| 2008-09-03 |
Sam Boyer | Don't need Doug's update function, as this was all...
|
commit | commitdiff | tree |
| 2008-09-03 |
Sam Boyer | Changed post-arg context build check to be aware of...
|
commit | commitdiff | tree |
| 2008-09-03 |
Sam Boyer | Added ALPHA warning, just in case people miss all the...
|
commit | commitdiff | tree |
| 2008-09-02 |
Sam Boyer | Fix to the panel_page deletion link, and some title...
|
commit | commitdiff | tree |
| 2008-09-02 |
Sam Boyer | Updated panels_load_include() to prevent the re-inclusion...
|
commit | commitdiff | tree |
| 2008-09-02 |
Sam Boyer | Major cleanup, moved several more functions out to...
|
commit | commitdiff | tree |
| 2008-09-02 |
Sam Boyer | Got rid of a leftover use of $panel_page->pid, and...
|
commit | commitdiff | tree |
| 2008-09-02 |
Sam Boyer | Moved menu_rebuild() call to the end of panels_page_delete()
|
commit | commitdiff | tree |
| 2008-09-02 |
Sam Boyer | Moved panels_page_access() and panels_page_get_title...
|
commit | commitdiff | tree |
| 2008-09-02 |
Sam Boyer | #299674 by wulff: Fixed panels_mini install typos.
|
commit | commitdiff | tree |
| 2008-09-01 |
Sam Boyer | Stupid (evidently) unncessary call to panels_context_load_co...
|
commit | commitdiff | tree |
| 2008-08-31 |
Sam Boyer | Some refactoring, partially to accommodate changes...
|
commit | commitdiff | tree |
| 2008-08-31 |
Sam Boyer | by douggreen: D6 menu system compliance.
|
commit | commitdiff | tree |
| 2008-08-31 |
Sam Boyer | by douggreen: D6 menu and cache system compliance.
|
commit | commitdiff | tree |
| 2008-08-31 |
Sam Boyer | by douggreen: D6 compliance with changes in url() function...
|
commit | commitdiff | tree |
| 2008-08-31 |
Sam Boyer | by douggreen: typo fix and E_NOTICE fix.
|
commit | commitdiff | tree |
| 2008-08-31 |
Sam Boyer | by douggreen: D6 FAPI and l(), url() compliance.
|
commit | commitdiff | tree |
| 2008-08-31 |
Sam Boyer | by douggreen: D6 FAPI compliance.
|
commit | commitdiff | tree |
| 2008-08-31 |
Sam Boyer | by douggreen: re-added missing callback property to...
|
commit | commitdiff | tree |
| 2008-08-31 |
Sam Boyer | D6 FAPI compliance updates
|
commit | commitdiff | tree |
| 2008-08-31 |
Sam Boyer | by douggreen: Updated to use new core function taxonomy_voca...
|
commit | commitdiff | tree |
| 2008-08-31 |
Sam Boyer | by douggreen: FAPI updates.
|
commit | commitdiff | tree |
| 2008-08-31 |
Sam Boyer | by douggreen: Removed additional t() calls; added str_replac...
|
commit | commitdiff | tree |
| 2008-08-30 |
Sam Boyer | More pertinent sample implementation of hook_panels_include_...
|
commit | commitdiff | tree |
| 2008-08-30 |
Sam Boyer | updated docblock on panels_load_hooks with specifics...
|
commit | commitdiff | tree |
| 2008-08-30 |
Sam Boyer | updated docblocks on panels_get_include_directories...
|
commit | commitdiff | tree |
| 2008-08-25 |
Sam Boyer | Added note that the new typed node context is broken...
|
commit | commitdiff | tree |
| 2008-08-25 |
Sam Boyer | Fix-ups to save routines, other small but important...
|
commit | commitdiff | tree |
| 2008-08-23 |
Sam Boyer | Got rid of potentially php4 problematic curly braces.
|
commit | commitdiff | tree |
| 2008-08-23 |
Sam Boyer | Removed some calls to debugging functions that made...
|
commit | commitdiff | tree |
| 2008-08-22 |
Sam Boyer | Rolling back addition of braces to panels_load_include()
|
commit | commitdiff | tree |
| 2008-08-21 |
Sam Boyer | removed too over-cleverness from the fetch* functions
|
commit | commitdiff | tree |
| 2008-08-21 |
Sam Boyer | crufty, residual code from when we had a router quickref...
|
commit | commitdiff | tree |
| 2008-08-21 |
Sam Boyer | Last commit was weird and crufty, dunno why. This should...
|
commit | commitdiff | tree |
| 2008-08-21 |
Sam Boyer | Fixed up panels_page_save() and affiliated functions...
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Forgot some of the edits while forward-porting.
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Changed name of argument error code constants slightly...
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Incremental commit, lots more odds and ends.
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Fixed an old error code constant; relocated the handlers...
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Updated with renamed argument error codes.
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Forward port of changes made to node context.
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Updated function signatures to include $subtype as...
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Docblock updates and changes in code style for references...
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Panels page have any of its own ajax - it's all done...
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Rewrote master loader to accommodate static panel_pages...
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Updated panels_page_load() to make use of a fetcher...
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Incremental commit - added a few missing inc loaders...
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Touch-up and fixing a stupid math error3
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Just trimming out some cruft.
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Small docblock touchup.
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Small tweaks and touch-ups; also condensed some of...
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | 'Write' functions - functions that are concerned with...
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Ditch the router quickref table, totally unnecessary...
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Updated with info about argument plugin error codes.
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Finishing up with the 'fetch' functions
|
commit | commitdiff | tree |
| 2008-08-19 |
Sam Boyer | Init import; all functions dealing with retrieval ...
|
commit | commitdiff | tree |
| 2008-08-18 |
Sam Boyer | Incremental commit. Stripped a TON of stuff out into...
|
commit | commitdiff | tree |
| 2008-08-18 |
Sam Boyer | Incremental commit; added new loader function designed...
|
commit | commitdiff | tree |
| next |