Jump to content

apeisa

Moderators
  • Posts

    4,632
  • Joined

  • Last visited

  • Days Won

    55

Everything posted by apeisa

  1. For simple needs you could go with textarea and "Newlines to Unordered List" textformatter.
  2. Hi Harry and welcome to the forums. This feature is planned for 2.4. Major feature for 2.2 is multilang support and 2.3 will have form builder. 2.1 just came out with user system update, big improvements for templates and instant ajax file uploads.
  3. I used to use xampp, but got really tired of all tiny problems I had with it. Vanilla apache / php / mysql installation was a breeze (I think it used to be problematic, but it's not anymore). Hardest part was to download right executable of PHP: http://windows.php.net/download/ (read the left sidebar!).
  4. Great work Ryan! Only thing I might add is support for multiple feeds. Though it might complicate this module too much?
  5. Should work now as expected.
  6. Ah, it seems that my uninstall function is not backwards compatible Just a moment.
  7. When you have bootstrapped pw it would be nice to have superuser rights. Ie. now if you bootstrap and use selector like: $roles->find("name=guest") it returns zero results. If you have bootstrapped, you probably have no reason for access management (not 100% sure though)?
  8. You see the edit button? Custom edit button from your template or adminbar edit button? Custom user roles do need AdminBar permission to see and use adminbar. If you don't see that permission, please unistall & install adminbar.
  9. That function is commented in 2.1 source. I think that would be great shortcut to have in P21 also. Docs still have it. Also roles don't have title, so if you use page fields that allow choosing roles, they default to id number. I think it would be good to have optional titles for roles too, like permissions do have.
  10. This topic has been moved to General Support. [iurl]http://processwire.com/talk/index.php?topic=502.0[/iurl]
  11. Ah, it might be that you cannot have any padding on .ui-sortable (or whatever is the direct container for sortables).
  12. Very nice site Adam! Excellent excellent!
  13. Everything what is strange in web world is called cache
  14. Not sure if these random thoughts are any help, but at least on pagelist it creates .PageListSortPlaceholder which need to be exact same height than other sortable items, otherwise it will create "jump effect". But I believe that those "2D" sortables like AsmSelect don't create that element (or it is set to 0 height). Maybe you now give it some height or padding and it adds that offset or something?
  15. Ah yes, that makes sense. Just a sidenote: it's not optimal to use pageN links on pages which get linked a lot (probably not a problem in most listings, but in some it might be), since content changes on page2 all the time (if you sort them by date and new ones first). So better option would be urls like /2010/08/ etc. if those make sense considering the content. Of course, also more work for the developer But probably most blogs work with normal pagination (page2, page3 etc) and those more permanent links are in archive section or something.
  16. Yep, no luck reproducing this. I have removed all other image fields from my template, and also removed all my images. I add one image by drag & drop or from inputfield. After 100% I click image and fancybox we have.
  17. I cannot duplicate this (but I am not sure if I am trying to do it right - I scroll down the page and drag and drop field items on template editing...?). Does it occur in default admin or in customized only?
  18. Hmm. I cannot duplicate this. Do you have normal image inputfield or maybe Flickr? That might cause some issues, not really tested that with new uploads.
  19. No worries about that Ryan. I think it might be good idea to wait a little before trying to put this into core distribution. I want to make this easily extendable so that other developers can add their own "bells and whistles" into Adminbar or maybe even release modules that support / use AdminBar. It is pretty easy already, but will test this more and with good time. Also committed few updates: Possibility to customize look and feel (=css) by adding AdminBarCustom.css to module folder. added logout link and removed gear icon from admin button If you delete page, it redirects to the parent page of removed page and shows better notification "My Poor Page moved to the trash" Instead of always showing "Add page" it shows "New press-release" if press-release is only allowed child template. (changed "add" to "new" because pagelist uses that term. So it is "New page" or "New templatename"
  20. Very nice looking theme Soma! Maybe little too weak contrast on some views (brighter gray on some text colors would suit my eyes better). That is pretty refreshing to see dark theme! Well done!
  21. Isn't it very rare to end up to page like example.com/news/page6/ if there isn't any results? If you use MarkupPager then it doesn't output any links like that. Of course if someone links there outside of the current site and it might have less content (or developer shows more items per page) now than it used to have at the time link was created - then this could occur. Or am I missing something very obvious?
  22. Just tested and created new FieldsetTabOpen and it saved it _END. This must have happened in db export => import process. I have used phpmyadmin with pretty much default settings. I did import from win localhost to ubuntu server. Interesting read: http://www.sitepoint.com/mysql-table-naming/ Should pw force lowercase table names to prevent things like this happening?
  23. TemplateFile: Table 'muksut.field_tiedostot_END' doesn't exist DELETE FROM `field_tiedostot_END` WHERE pages_id=5857 #0 /srv/www/P21/wire/core/Fieldtype.php(580): Database->query('DELETE FROM `fi...') #1 [internal function]: Fieldtype->___deletePageField(Object(Page), Object(Field)) #2 /srv/www/P21/wire/core/Wire.php(267): call_user_func_array(Array, Array) #3 /srv/www/P21/wire/core/Wire.php(229): Wire->runHooks('deletePageField', Array) #4 [internal function]: Wire->__call('deletePageField', Array) #5 /srv/www/P21/wire/core/Pages.php(708): FieldtypeFieldsetClose->deletePageField(Object(Page), Object(Field)) #6 [internal function]: Pages->___delete(Object(Page), true) #7 /srv/www/P21/wire/core/Wire.php(267): call_user_func_array(Array, Array) #8 /srv/www/P21/wire/core/Wire.php(229): Wire->runHooks('delete', Array) #9 [internal function]: Wire->__call('delete', Array) #10 /srv/www/P21/wire/modules/Process/ProcessPageEdit/ProcessPageEdit.module(704): Pages->delete(Object(Page), true) #11 /srv/www/P21/wire/modules/Process/ProcessPageEdit/ProcessPageEdit.module(151): ProcessPageEdit->deletePage() #12 /srv/www/P21/wire/modules/Process/ProcessPageEdit/ProcessPageEdit.module(102): ProcessPageEdit->processSave() #13 [internal function]: ProcessPageEdit->___execute() #14 /srv/www/P21/wire/core/Wire.php(267): call_user_func_array(Array, Array) #15 /srv/www/P21/wire/core/Wire.php(229): Wire->runHooks('execute', Array) #16 [internal function]: Wire->__call('execute', Array) #17 /srv/www/P21/wire/core/ProcessController.php(194): ProcessPageEdit->execute() #18 [internal function]: ProcessController->___execute() #19 /srv/www/P21/wire/core/Wire.php(267): call_user_func_array(Array, Array) #20 /srv/www/P21/wire/core/Wire.php(229): Wire->runHooks('execute', Array) #21 [internal function]: Wire->__call('execute', Array) #22 /srv/www/P21/wire/core/admin.php(45): ProcessController->execute() #23 /srv/www/P21/wire/templates-admin/controller.php(13): require('/srv/www/P21/wi...') #24 /srv/www/muksut.com/live/site/templates/admin.php(13): require('/srv/www/P21/wi...') #25 /srv/www/P21/wire/core/TemplateFile.php(88): require('/srv/www/muksut...') #26 [internal function]: TemplateFile->___render() #27 /srv/www/P21/wire/core/Wire.php(267): call_user_func_array(Array, Array) #28 /srv/www/P21/wire/core/Wire.php(229): Wire->runHooks('render', Array) #29 [internal function]: Wire->__call('render', Array) #30 /srv/www/P21/wire/modules/PageRender.module(194): TemplateFile->render() #31 [internal function]: PageRender->___renderPage(Object(HookEvent)) #32 /srv/www/P21/wire/core/Wire.php(267): call_user_func_array(Array, Array) #33 /srv/www/P21/wire/core/Wire.php(229): Wire->runHooks('renderPage', Array) #34 [internal function]: Wire->__call('renderPage', Array) #35 /srv/www/P21/wire/core/Wire.php(289): PageRender->renderPage(Object(HookEvent)) #36 /srv/www/P21/wire/core/Wire.php(229): Wire->runHooks('render', Array) #37 [internal function]: Wire->__call('render', Array) #38 /srv/www/P21/wire/modules/Process/ProcessPageView.module(73): Page->render() #39 [internal function]: ProcessPageView->___execute() #40 /srv/www/P21/wire/core/Wire.php(267): call_user_func_array(Array, Array) #41 /srv/www/P21/wire/core/Wire.php(229): Wire->runHooks('execute', Array) #42 [internal function]: Wire->__call('execute', Array) #43 /srv/www/muksut.com/live/index.php(170): ProcessPageView->execute() #44 {main} Page that I try to remove does have tiedostot_END field assigned. In my db it is actually field_tiedostot_end, not END. Not sure if this is something that got fixed recently in new installations? This site has been installed few months ago.
  24. Added "adminbar" permission (other roles than superuser needs that, otherwise they won't see adminbar). If anyone got the last version, you might wanna update. Just realized that it probably did show adminbar for everyone (guests too). This (AdminBarNew branch) feels pretty stable now, but please report any issues to GitHub or here. I wanna keep this as slim as possible. Probably only new feature that I will add is logout-button that Soma suggested at GitHub. While testing aloha editor I realized that it is super simple to extend adminbar from additional modules, so that is the way I take with new ideas (and hopely others want to extend AdminBar too).
  25. Thanks for your tip Adam. That is exactly what I did first. Works fine on page-edit view, but causes problems on template edit, where are some js folding and inner wrappers etc.
×
×
  • Create New...