Ryan Cramer
|
2becc0cbba
|
Add an val() method to the Inputfield class for consistency with jQuery. This method is a shortcut for getting or setting the value attribute of Inputfield objects
|
2017-01-27 14:03:28 -05:00 |
|
Ryan Cramer
|
279f65ec65
|
Small adjustment to InputfieldSelector to prevent access control scenario that hides selectable options for FieldtypePage/InputfieldPage fields.
|
2017-01-22 08:10:48 -05:00 |
|
Ryan Cramer
|
b50b3aa3c7
|
Update MarkupFieldtype class to detect FieldtypeLanguageInterface objects
|
2017-01-22 07:18:10 -05:00 |
|
Ryan Cramer
|
f01ad1fe25
|
Bump version to 3.0.50
|
2017-01-20 15:25:45 -05:00 |
|
Ryan Cramer
|
31efae4d16
|
Fix issue processwire/processwire-issues#166
|
2017-01-20 11:22:29 -05:00 |
|
Ryan Cramer
|
5a8a4af23f
|
Updates to WireMarkupRegions class to support use of "pw-id" and "data-pw-id" as an alternative to "id", and support of "pw-[action]=id" and "data-pw-[action]=id" attributes as an alternative to the "pw-" class names introduced last week. The [action] can be: append, prepend, replace, remove, before, after.
|
2017-01-20 11:08:38 -05:00 |
|
Ryan Cramer
|
65eb8da0ff
|
Various minor updates
|
2017-01-20 10:53:57 -05:00 |
|
Ryan Cramer
|
0d82cee465
|
Fix issue processwire/processwire-issues#164
|
2017-01-20 10:16:36 -05:00 |
|
Ryan Cramer
|
07dbc4e6f6
|
Fix issue #161 where deleted page using default file/image fallback could delete fallback file if deleting page without outputFormatting enabled.
|
2017-01-20 09:49:19 -05:00 |
|
Ryan Cramer
|
a434f6193d
|
Bump version to 3.0.49 and adjustment to debug info generated in WireMarkupRegions.php
|
2017-01-13 16:52:26 -05:00 |
|
Ryan Cramer
|
062ebd6663
|
Move some code from PageRender.module to WireMarkupRegions.php and make additional updates to WireMarkupRegions, adding support for nested/recursive regions.
|
2017-01-13 12:23:16 -05:00 |
|
Ryan Cramer
|
12a45994bf
|
Add support for markup regions, a simple new template file output strategy that bridges the gap between direct and delayed output. See comments in the PageRender.module file for more details.
|
2017-01-12 15:45:07 -05:00 |
|
Ryan Cramer
|
6bfe4e65e2
|
Minor corrections to phpdoc in Page, WireArray and PageArray
|
2017-01-12 15:09:22 -05:00 |
|
Ryan Cramer
|
501a097e29
|
Minor improvements to installer, mostly phpdoc related
|
2017-01-12 15:08:28 -05:00 |
|
Ryan Cramer
|
307d7c9e7d
|
Adjustment to Page::isChanged() method to reduce Pages::save() overhead
|
2017-01-09 08:12:42 -05:00 |
|
Ryan Cramer
|
43986173fb
|
Fix issue #151, minor correction to FileCompiler affecting single lines that contain both className and function from ProcessWire namespace at the same time
|
2017-01-08 06:52:13 -05:00 |
|
Ryan Cramer
|
5fbbd9e2c6
|
Bump version to 3.0.48
|
2017-01-06 16:25:29 -05:00 |
|
Ryan Cramer
|
cde8b0a3e3
|
Add some initial stuff to support pages export/import. Nothing to use here yet, just building the foundation.
|
2017-01-06 12:25:24 -05:00 |
|
Ryan Cramer
|
afd0e8bc95
|
Adjustment to FileCompiler to improve detection of false positive end-of-PHP blocks
|
2017-01-06 11:16:26 -05:00 |
|
Ryan Cramer
|
8d97815110
|
Minor correction to previous commit
|
2017-01-05 15:36:15 -05:00 |
|
Ryan Cramer
|
d4d90a53fe
|
Add @rolandtoth PR #16 that triggers showInputfield or hideInputfield events when showing/hiding Inputfields due to dependencies.
|
2017-01-05 14:46:42 -05:00 |
|
Ryan Cramer
|
d785fd7523
|
Minor adjustments to comment blocks: Add @LostKobrakai PR #42, PR #44, PR #45 and add @owzim PR #43
|
2017-01-05 14:32:09 -05:00 |
|
Ryan Cramer
|
928a399b8a
|
Add @gmclelland PR #47 that fixes "search autocomplete keyboard focus errors". This also adds a compromise of accommodates PR #48 which retains support of up-arrow-to-close only if down arrow hasn't already been pressed. See also processwire/processwire-issues#125 and processwire/processwire-issues#141
|
2017-01-05 14:14:29 -05:00 |
|
Ryan Cramer
|
9ed0e415ed
|
Adjustment to yesterday's FileCompiler updates that corrects a case where wire() function calls are used within include() statements
|
2017-01-05 13:02:12 -05:00 |
|
Ryan Cramer
|
c0ef1aea92
|
Fix issue processwire/processwire-issues#98 and also make some upgrades/optimizations to FileCompiler
|
2017-01-04 13:06:03 -05:00 |
|
Ryan Cramer
|
506187d871
|
Merge branch 'adrianbj-fix-input-url-path' into dev
|
2017-01-03 05:17:04 -05:00 |
|
Ryan Cramer
|
34ee4e051c
|
Adjustment to PR #46
|
2017-01-03 05:16:32 -05:00 |
|
Ryan Cramer
|
5238b00250
|
Merge branch 'fix-input-url-path' of https://github.com/adrianbj/processwire into adrianbj-fix-input-url-path
|
2017-01-03 05:14:16 -05:00 |
|
Ryan Cramer
|
0d8cce638c
|
Minor adjustments
|
2017-01-03 05:13:21 -05:00 |
|
Ryan Cramer
|
51bda526eb
|
Bump version to 3.0.47, fix issue #139, issue #123, and issue #115
|
2016-12-30 13:09:07 -05:00 |
|
Ryan Cramer
|
8cb944cf52
|
Some updates to the template_ids support for FieldtypePage/InputfieldPage
|
2016-12-30 07:22:51 -05:00 |
|
Ryan Cramer
|
7d57fc5784
|
Fix issue processwire/processwire-issues#135
|
2016-12-29 10:48:07 -05:00 |
|
Ryan Cramer
|
c2cf538317
|
Minor CKEditor README.md update related to last commit
|
2016-12-29 10:06:24 -05:00 |
|
Ryan Cramer
|
264c5b0b54
|
Fix issue processwire/processwire-issues#133 updating a few links pointing to old GitHub repo to point to new one
|
2016-12-29 10:03:28 -05:00 |
|
Ryan Cramer
|
4402932ee6
|
Add request issue processwire/processwire-issues#137
|
2016-12-29 09:55:43 -05:00 |
|
Ryan Cramer
|
88e143126f
|
Fix issue processwire/processwire-issues#138 where PageFinder had a pagination issue introduced in 3.0.46
|
2016-12-28 13:55:52 -05:00 |
|
Ryan Cramer
|
e12095e622
|
Attempt to fix issue processwire/processwire-issues#134
|
2016-12-28 07:03:17 -05:00 |
|
Ryan Cramer
|
20b6ebb81f
|
Fix issue #128
|
2016-12-26 11:10:09 -05:00 |
|
Ryan Cramer
|
b6ba7049a0
|
Fix issue #127
|
2016-12-26 10:35:04 -05:00 |
|
Ryan Cramer
|
4e2a3c1bac
|
Fix issue that was preventing non-local property hooks from working in WireHooks class
|
2016-12-26 09:31:42 -05:00 |
|
Ryan Cramer
|
622896e028
|
Fix issues #130 and #131 (dup)
|
2016-12-25 07:44:55 -05:00 |
|
Ryan Cramer
|
e8b9f12943
|
Bump version to 3.0.46
|
2016-12-23 15:13:13 -05:00 |
|
Ryan Cramer
|
ba9688af65
|
Improvements to dropdown submit buttons so that the menu doesn't disappear immediately when accidentally outside of it.
|
2016-12-23 12:24:52 -05:00 |
|
Ryan Cramer
|
e14d52f722
|
Add new $pages API methods: findIDs(), sort(), insertAfter, insertBefore(). Add support for negative "limit" and "start" values in selectors, where negative values reference the end of the set rather than the beginning. Add support for "eq=n" (or alias "index=n") selectors (both WireArray and PageFinder) for pulling a specific n'th item, can also specify "first" or "last" for "n". Update $page->editUrl(true) method to force return of edit URL with scheme and hostname.
|
2016-12-23 12:18:58 -05:00 |
|
adrianbj
|
137cbbd186
|
Fix for incorrect path returned from $input->url() when called before page is available.
It used to return:
//admin/page/edit/-id-1111/?id=1111
Instead of the correct:
/admin/page/edit/?id=1111
This appears to fix everything correctly.
|
2016-12-23 08:38:20 -08:00 |
|
Ryan Cramer
|
0844bf2e47
|
Fix issue processwire/processwire-issues#119
|
2016-12-20 06:27:26 -05:00 |
|
Ryan Cramer
|
381293e0c7
|
Add a new $pages->findIDs() method, plus some experimental options in PageFinder
|
2016-12-19 13:38:07 -05:00 |
|
Ryan Cramer
|
e34918c73a
|
Attempt to fix processwire/processwire-issues#122
|
2016-12-19 13:00:20 -05:00 |
|
Ryan Cramer
|
2570d6c86d
|
Fix issue processwire/processwire-issues#121
|
2016-12-19 12:34:59 -05:00 |
|
Ryan Cramer
|
315251fa04
|
Some optimizations to PagesLoader::find() and findShortcut() methods.
|
2016-12-19 07:00:25 -05:00 |
|