-
-
Notifications
You must be signed in to change notification settings - Fork 614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎅 🎉 Pico Admin Preview Release #378
Comments
Looks pretty good. It's got the girlfriend approval factor, lol. She says she'd probably use that over editing text files directly. (I'd probably stick to text files, but that's just a personal preference 😉) I like the password hash generator, it's a nice touch. Probably a huge usability improvement too (especially over the old readme instructions of the Editor plugins). From my brief look at it, everything seems really simple, polished, and well thought out. It seems straightforward enough that anyone could just sit down and use it. That's a huge plus, as you know how I'm always arguing the case of Pico for the non-techie user. Also, sorry for the radio-silence lately. Besides the holidays, I've also been getting ready to move at the end of the month (so... in just a few short days). It's been really hectic, but everything should be back to business-as-usual in a few weeks. Merry Christmas, Happy Holidays, and Happy New Year to you and everyone in the Pico community! @PhrozenByte Thank you for all the hard work you've put into Pico this year. Looking forward to the 2.0 release (whenever it's ready). Let's plan for a big push toward growing Pico and its community throughout 2017! |
Happy New Year to you all! @PhrozenByte thank you for the preview, I'm looking forward to the new Version of Pico. Specially the possibility of data files let me try the preview, buuuut.... I couldn't make it work.
showed up after I generated the password (in my case 1234) and posted Manually i can go to admin/content/edit/index and everything is working nicely - Thanks again!! But all in all, thank you for the new PlugIn, letting me learn a lot on how to do things in Pico and Twig ... and of course thank you, @smcdougall and @theshka for the effort you put in Pico. Yours, |
@dkyme, sorry for the late response, thanks for testing! 😃 Very strange issue. What browser and webserver software are you using? |
@PhrozenByte, no problem. |
@dkyme: Have you checked your webserver's |
@PhrozenByte: the error.log of synology complains:
So far I failed setting up a separate PHP log on my shared host, since I'm more an Copy'n'PHPaster :-( I edited .htaccess in beginning with |
Thanks @dkyme for reporting this, see picocms/Pico#378 (comment)
Sure, that's fine @dkyme, you don't need a separate PHP error log, I'm mentioning this only because people must look at all possible places where PHP errors can show up. In your case the webserver's |
Thanks @PhrozenByte ... that works wonderful on my Synology NAS! /?sub works - /sub not if I use the .htaccess of Version 1.0.4 everything works fine. btw: this would be better in another issue queue? For example #334 ? |
@dkyme: Again, very strange issue. Can you please add the following code to line 347 in your var_dump($this->requestUrl, $this->requestFile, $_SERVER, $this->config); die(); Then navigate to the following pages and give me the output (you might want to use pastebin or something similar; I need the output of
|
@PhrozenByte: Don't slap me 🤔 After pasting the vardumps to pastebin, and deleting the line from Pico.php, I got confused by the vardumps still showing up. Everything is working fine and as expected! Thank you! 😄 Is it an expected behaviour that navigating to /admin the redirect immediatly goes to /admin/content/edit/index while showing the login? |
Yes, this is expected since there's currently just one admin module installed. |
this looks really great! is there support for per user permissions? |
@rxng: No, there are also no plannings to add such a feature. It definitely is possible (Pico's plugin system is very powerful), however, things like a role system are explicitly out of Pico's scope (i.e. you can create a plugin for that, however, there will never be a official plugin). |
Herunterladen, Entpacken und Hochladen der Dateien des Preview von picocms picocms/Pico#378 https://github.com/picocms/Pico/files/671863/pico-admin-preview.tar.gz Fokus auf content- und themes-Ordner. Beispiel soll blog (wie in der Dokumentation beschrieben) zeigen, zudem wollen wir die strukturierte Eingabe von yaml nutzen um mit leaflet Marker auf Karten zu organisieren.
@PhrozenByte is there a plan, when this will be released? I tried Pico Edit, it is ok but your implementation looks much better. |
@Chris2011 Unfortunately not, "it's done when it's done" 😞 Releasing Pico 2.0 is more important right now and my time is very limited. |
ok, thx for the info :) |
@PhrozenByte, Is this the roadmap for the version 2? #334 |
@filisko PicoAdmin initially was part of Pico 2.0's roadmap, but isn't anymore. However, PicoAdmin will be the next project right after releasing Pico 2.0. If your question rather was whether #334 is the roadmap for Pico 2.0 (i.e. your question isn't related to PicoAdmin): Yes, #334 is the roadmap for Pico 2.0. |
@PhrozenByte Oh, I see now. I will have a look at the left tasks and see if I can help at any. Thank you @PhrozenByte ! |
One of the more important tasks is updating Pico's changelog (including a "What has changed" page), writing upgrade instructions and updating the docs (including the install instructions, users should now use a |
That's good to know, I liked the idea of having official plugins with basic functionality, I'm sure it will help to get more people used to Pico and be able to use it in a bit more user-friendly way. 👍 |
Is there an update for this project? |
see #334 |
@jens1o |
Pico Admin was deferred in favour of Pico 2.0. Pico 2.0 is feature-complete, but the website wasn't updated yet due to limited time. Help is appreciated. |
I don't know how this might help, but Baun CMS, which is based on Pico, has an interesting approach that seems to be successful throughout. |
Is Pico Admin still being developed? Last commit was a while ago. |
Pico Admin is on hold and isn't in development at the moment. It isn't cancelled, just deferred; time unfortunately is very limited and Pico Admin isn't the top priority project at this point. |
It was exactly one year ago that we released Pico 1.0. Unfortunately Pico 2.0 isn't ready yet, but I think that it might get a nice tradition to release at least something on Christmas Eve. Thus I'm happy to announce the first, just-a-preview pre-alpha release of Pico's brand new admin plugin!
Click here to download the preview:
pico-admin-preview.tar.gz
This archive contains a full installation of the current development build of Pico 2.0 (see #334) with all necessary dependencies. Navigate to http://example.com/pico/admin and follow the on-screen instructions to use Pico Admin.
You can find
pico-admin
's source code at https://github.com/PhrozenByte/pico-adminMerry Christmas and a Happy New Year 2017! 🎅 🎉
@picocms @smcdougall @theshka
The text was updated successfully, but these errors were encountered: