Jump to content

eincande

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

eincande's Achievements

Jr. Member

Jr. Member (3/6)

0

Reputation

  1. I have the exact same problem that occured on a working production install in 2.6.8. No way to display the pages tree. I checked the ajax request url to get the pages list directly and it returns some HTML code instead of JSON datas. Every admin links related to pages seems to malfunction also. I'm pretty stuck here edit: i upgraded to 2.7.2 and it works again ! but it is a little strange that a working prod suddenly messed up
  2. Thank you adrian..again... Handsontable seems amazing but somehow it is too complexe from what i need. I really want to start by coding myself a basic CRUD system based on a single table. No Jquery or Fancy stuff in the beghinning. If i don't get my hands dirty, i will never feel secure about pw and I won't feel confortable working for a client if i cannot react fast to a system failure I have to handle thousands of records and i think i will keep them in a regular table. That's why i must know the "low level" PW API to interact with it, build forms, use tabular datas and pagination, hooks, etc. Stuff i did a lot of time in PHP but i want to use processwire API and "way of doing it". Not just put some alien code in it Beside the fact that PW is pretty impressive and the community friendly, i must say that the "developper" doc is missing somehow, especially if you don't have enough time to read all the classes yourself and figure out how to make them work together. But i will continue as PW is really worth it
  3. Thank you Adrian great tool indeed. I will definitly test it + i discovered that i can use git from inside NetBeans IDE wich seems very easy also One way or the other, i will be able to collaborate
  4. Hello Everyone, I'm starting my journey with pw admin module development so i hope i'm not asking to much newbie questions. :*) I have to handle some classic tabular datas coming from an csv file and manage them in an admin module I am hesitating to use the page system to stores them as i will have to make a lot of statistics on them. I'd rather plan to use a dedicated table and direct SQL queries for it as the "selector approach" seems more for finding and filtering stuff rather than for complex stats. First: am i wrong and selectors are way more powerful than i think ? Second, i get a little lost in the admin module GUI classes. I followed the available tutorials on process module creation, form creation, datatable, etc but i have no clue how to handle simple stuff like tabs panel navigation , putting a "new item" button upright, displaying some filters, etc. like in the User module. Is there some available doc on that topic ? I could do it all "by hand" but i'm sure there is a better approach. Third : Is there some kinda CRUD module that could handle external table datas ?..worth asking, right ? Thank you in advance for anyhelp Emmanuel
  5. Hello, I've started to use github a few days ago. I'm still not fluent with it but i can find my way around it. Personnaly i prefer to use a mercurial depot as i work on windows 7. The command line tools seems easier. Anyway, happy to help ! ps: vous êtes français ?
  6. oh great! this seems easy to do i will keep that in mind. Thanks
  7. Thank you for that quick answer Maybe i didn't express myself clearly: I have no problem to translate my datas to PW data model. My concern is about performance of it all on potential high traffic website. Generaly, metamodels are great in design but lack performances. You are right ! But i red somewhere (can't put my hand on it anymore), that some API request loads the whole dataset instead of limiting. But i must have misunderstood..
  8. Hello, I cannot manage to find the current french translation. Is it still going ? otherwise i could do/continue it myself. How can i help ? Emanuel
  9. Hello everyone, I have a few questions about the best way to handle some big amount of datas in PW. I have to store about 50 000 rows and create a search engine accordingly. (Something pretty similar to your skycrappers demo ) I consider using the PW metamodel to store my data structure and manage it within the admin section to stick to PW philosophy, rather than having it in a separate schema and access it directly in PHP. - Do you have any ideas/feedback on how does the metamodel underlying PW would performs with numerous datas on conccurent searches? - Is it possible and can you point me in the right direction to create an admin section that would looks like the default users management, with tabular datas display and filter options ? - How can i hide those numerous "pages" to appears in the pages admin section ? It would be redondant with an dedicated admin module IMO. - I think i red on another thread that when using PW API to access/search a table, it load the whole table in memory. Did i get it wrong ? Thanks in advance for any help Emmanuel PW Newbie
  10. Thanks a lot for that quick and detailed answer I'm diving into the code and it is very clear and well designed. It makes me even more interested in PW.
  11. Hello, I am evaluating processwire CMS for an upcoming project. So far, it seems to be great ! very impressive job. The website i must make is for disabled people. I must make the web site frontend, WCAG AA compliant AND responsive. I'm very interrested in that project on a "human level. - Can i change the HTML code generated in forms ? It seems to miss some stuff like "labels" associated to inputs, and maybe some other things that are required to achieve WCAG compliance. More widely, do i have a total control on frontend code ? - Can i use some reponsive framework (boostrapt and brothers) for the frontend theme ? - Can processwire handle multilanguage website with different searchs based on language ? - Can i access the database directly ? Is there some schema ? Thank you for your help in advance Emmanuel (newbie)
×
×
  • Create New...