I could remove the title. You have a point. Anybody opposed?
On Jul 19, 3:36 pm, Chris S <[email protected]> wrote: > I've been looking through cube2py and just can not figure out what the > "Title" field for a wiki_page is used for. > > The slug is used when: > -referencing a link > -generating the URL (match against slug) > > The title is used: > -In the auto generated History page > > So why not just always refer to a page by it's slug? It just looks to > me like this is going to confuse users who try to use the Title to > link a page, or in the url when in fact it's almost never used at > all. I tried creating these various pages and was shocked how > confusing the user could make it. Here's a sample. > > Slug:Title > ---------- > Home:test > test:Test > home:Home > Test:home > > This is a completely valid combination of slugs and titles I'm just > not sure why it would be allowed to get so confusing. Is there an > expectation to use the title in future, currently non developed, > features? > > On Jul 18, 5:50 am, mdipierro <[email protected]> wrote: > > > thanks. In trunk! > > > On Jul 17, 11:33 pm, Scott <[email protected]> wrote: > > > > Better late than never! Here are a few cosmetic changes for the > > > Widget Builder page. Please note that I've only included the lines to > > > be changed; the rest of the lines should remain as-is. > > > > Thanks! > > > > bar_chart: Uses Google charting API to embed a bar chart > > > * names is a list of comma separated labels (one for data item) > > > > create: > > > * hidden_fields is a list of comma separated fields > > > > jqgrid: > > > * table is the table name > > > * col_width is the width of each column (default) > > > > latex: Uses Google charting API to embed LaTeX > > > > map: Embeds a Google map > > > The table must have columns: latidude, longitude and map_popup. > > > When clicking on a dot, the map_popup message will appear. > > > > pie_chart: Uses Google charting API to embed a pie chart > > > * names is a list of comma separated labels (one for data item) > > > > search: > > > * fields is a list of comma separated fields to be displayed > > > > slideshow: > > > * transition determines the type of transition, e.g. fade, etc. > > > (***look @ code!!) > > > > tag_cloud: Embeds a tag cloud > > > > update: > > > * hidden_fields is a list of comma separated fields > > > > On Jul 13, 10:46 pm, Scott <[email protected]> wrote: > > > > > Massimo, > > > > > I'll take a look at the arguments and instructions tomorrow and give > > > > you a report. > > > > > Cheers, > > > > --Scott > > > > > On Jul 13, 5:49 am, mdipierro <[email protected]> wrote: > > > > > > Please checkoutcube2pyagain. Now it has two new features: > > > > > > 1) a button [widget builder] that allows you to build widgets from a > > > > > menu with ajax popup. It could not get easier. > > > > > > I could use somebody to go over the list of arguments and instructions > > > > > shown in the builder to make sure they are consistent. > > > > > > 2) the widgets can also be embedded if plugin_wiki_mode='html' with > > > > > elRTE wysiwyg editor, but elRTE has to be in 'source' mode so you can > > > > > usecube2pywithout using MARKMIN. > > > > > > Massimo

