- on the ramp
- deleting page deletes page but produces error
- "requested uri to large"
- Javascript Error in IE when editing m:n relations
- Make it impossible to save a multipage without a table
- show n->m relations' reciprocity
- search option »inputdate« shows »version«
- Make relations link to related entry
- Don't show n -> m related stuff on search results
- put login request in complete page built from template
- checkboxes for lists
- \' is back once again
- avoid errors in addFields()
- Inserting links doesn't work in FCK using Win2k
- step=all target should not be topmost entry
- Comments without content
- Clumsy wording on foreign keys
- check if php5 & mysqli are running
- popup script triggers horizontal scrollbar
- "skin is not defined"
- websites of commentators
- General Organisation of Content, Feeds, Comments in Admin Area
- JS-hover-over-Popup for inactive link
- Empty Pages and Empty Lines in Pages Dropdown
on the ramp
"Warning: mysqli_stmt::bind_param() [mysqli-stmt.bind-param]: Number of variables doesn't match number of parameters in prepared statement in /www/htdocs/w00a7e44/sites/SITENAME/plugins/codesense_mysqli.php on line 46
Bind parameters failed"
Maybe the bug is already here, but I'm in a hurry.
Request-URI Too Large
The requested URL's length exceeds the capacity limit for this server.request failed: URI too long
Apache/1.3 Server at sirkos.domainfactory.de Port 80
is
what I see, when I try the preview function on my recent post. The uri is not at all long, only the post is. I don't know if that is causing a problem
We spoke about this.
When I link to A from B, C and D, at the moment we get to see »links to A« when we look at either B, C, or D.
It would be nice, if we automatically also saw »linked to from B, C, D« when we look at A.
It works with n → m relations, but not with 1 → 1 relations
On a pagwide search (not sidewide), only inforations are shown that the user had specyfied in the search. Plus n→m, which doesn't really belong there.
Would it be a lot of work to put the two fields in a data-tag of a real page? If yes, just drop the whole issue, if it would be easy, I think it would definitely increase the pleasure of login on.
08.02.07
But they are within a tag with id "data":
<body>The only difference to the normal markup I can think of is that the form as another id ? (login_form instead of edit_form or sthg like that...)
<div id="container">
<div id="data">
...
8.2.07
Sorry, I did not express myself clearly enough: What I was asking for was a complete page that is built from the template with the login stuff as content.
The way it looks does not bother too much for the brasserie, as it is plain grey, but for the bamboo skin for instance it does not look very nice.
09.02.07
Hm, the template is structure intermengled with content - hard to pull those apart to fill other content in - seems too much work :-(
9.2.07
Just curious: How do you get all the admin stuff in a page written from the template?
09.02.07
you call index.php or edit.php in the admin-directory.
Both (like the "regular" index.php) do their thing and then provide a method called writeData().
That method writes the content for that page but is not called here.
Then they include the template. Including means "pretend that this other PHP-File would be a part of you, PHP file!"
The template, then, calls writeData() - it can safely assume it's there.
Understandable?
The template
- click "delete"
- click "yes" for "do you really..."
- click "back to list view"
To reproduce: delete a table (that is used by a multipage) then list multipages
Seems there is a problem in FCK under Windows (2000). When you select a word and try to make it a link using fck, the selected word disappears. The URL shows up instead and in source view you get two anchor tags.
Ubuntu doesn't have that problem (as long as ubuntu works...)
Used FF on both occasions.
When one defines a step (say 10), the visitor only gets to see the first ten entries of a page. Then, at the bottom, one reads: »you are seeing a selection of all entries on this page. Click to see all there are.« After a click I do see al entries but I start at the top of the page again.
It would be neat if I would be forwarded directly to entry 11 when I clicked the link after entry 10.
Do you think it would be helpful to have something like
if (comment_bla == '') echo comment_website
in comment administration? Spam stuff tends not to bother with content, so when you delete it, you don't see what you're actually deleting (not that it matters, but still), but only red X's floating next to each other.
On related entities, it says in English »related« and in German »verbundene« + Tablename. This can result in odd combinations such as »verbundene customer« when the table names are in English but the site is in German or »verbundene Kunde« when the table name is singular. We should
- find a way that does not require KNG-Kongruenz (whatever that is in English), like »verbunden mit«
- use not the table name but the page name relating to the table in question (if possible)
If not, present something meaningful.
When a page fits into the browser window so it doesn't have a horizontal scrollbar, the bar will still appear when hovering over the right border of the browser window.
It happens in all pages that have the script linked in the head.
It only happens before the script is being called in a link. After a hover-over-pop-up appeared for the first time on a page, the behaviour is gone. The behaviour is back after reloading the page.
21.02.2007
maybe that happens because skin or nudge() are defined after get_mouse().
I'll try moving get_mouse() to the end of the script...
I always felt that the system of content, comment and feed administration was a bit clumsy. When I hit "feeds" for instance, the feeds are sorted chronologically but within put into groups.
i just spit out some rough ideas I had, let me know what you think.
How about this: When you go to "content" in the admin area, you pick a page from the dropdown list. Why don't we make three groups with headings:
Content: The stuff how you see it now
Comments: All comments from this page grouped into the entries they belong to
Feeds: feeds.
This way everything would be nicely together.
Another option I would like, would be having a link "comments" under each entry in the list. When you click on that, the java script thing happens (the one that works for captcha in "the system" for instance) and you get the comments of the according entry.
I'm setting it to priority 5 because I couldn't reproduce it today.
When I set up the brushruner site, in the process I frequently had empty lines showing up in the pages dropdown under »content« and corresponding empty pages without heading. I was able to see a pattern then, but whatever I do now it doesn't happen anymore.