The Wayback Machine - https://web.archive.org/web/20200603182038/https://github.com/topics/content-management-system
Skip to content
#

content-management-system

A content management system (CMS) is a piece of software which provides website authoring, collaboration, and administration tools that help users with little knowledge of programming languages create and manage website content.

Here are 373 public repositories matching this topic...

hugo
Wtoll
Wtoll commented Apr 20, 2020

If you use a shortcode in a content file in order to embed a read time estimation for that content file within itself, the estimation always comes back as 0. This is probably because the parser hasn't finished converting the document by the time it gets to the read time estimation so it can't actually get an estimate for it. This is supported by the fact that, when embedding a read time estimation

wangjiang8000
wangjiang8000 commented Oct 26, 2019

如题 :把表单放进:<stl:if type="IsUserLoggin">
stl:yes
<stl:form name="考123表单" type="formtest" ></stl:form>

</stl:yes>
<stl:no>
    <stl:a href="{stl.LoginUrl}">登陆</stl:a>
    <stl:a href="{stl.RegisterUrl}">注册</stl:a>
</stl:no>

</stl:if>

生成的页面高度只有200高左右,改from表单的样式也不对,查了一下,是<stl:if type="IsUserLoggin">生成的ajax IFRAM限制了。

ankit7540
ankit7540 commented Feb 28, 2020

According to the documentation, the admin login is available at

http://site_address/website/public/admin.

However, I get the message Not Found , The requested URL was not found on this server. Browsing through the directory I cannot find folder or page as admin. Hence, probably the docs are outdated.

The admin credentials are also not usable in the cl

twill
antonioribeiro
antonioribeiro commented Feb 20, 2020

A nice addition would be not to let people to upload duplicate image files to the libraries. Just compute and store a hash of the file during upload, and search for the hash before adding anything to it.

Maybe also add a configuration key to that too, because sometimes people might want to have duplicates instead.

MrJimWest
MrJimWest commented Jan 1, 2020

Feature request

Summary

Add "copy reference" functionality to right-click menu of left toolbar. In addition, adding hint/tooltip on hover to those items, similar to how TVs are treated whilst editing a page.

Why is it needed?

This will make it easier to keep the references straight, and allow for easy copying/pasting of element references.

Suggested solution(s)

**Tooltip

kurtome
kurtome commented Jul 6, 2018

Clicking on a hint icon next to a checkbox field also toggles the checkbox. Since it's impossible to see the hint without changing the value of the checkbox, it makes the hint less useful :)

Maybe hints should display on hover?

(I may just use the helper_text instead, since that's lightweight and works for short hints)

LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。

  • Updated Feb 21, 2020
  • PHP
textpattern
Bloke
Bloke commented Apr 13, 2016

It's high time we introduced a test suite alongside the development process to help catch regressions. As we move towards a more class-based ecosystem with less reliance on global variables, this should become achievable with something like PHPUnit.

This will be an ongoing issue, so no milestone required. It can be closed when a framework is in place and the tests start being added. At minimum we

nzyeehaa
nzyeehaa commented Mar 11, 2020

contributing.md suggests to list ideas (rather than pull requests?)

you are working on a page, cant remember some command, want help, click editor help button and lose your page when you go to another website,
you find what you want but your tab has gone...

solution: open another tab, work stays in the background
v 0.8.10 change edit.js line 668

 // Process help
    processHel
bsabalaskey
bsabalaskey commented Sep 11, 2019

If you have PHP Redis extension 5.X installed (I am on Ubuntu 18.04 LTS), then you get deprecation notices whenever Redis is used for the internal cache and you update things like global variables (Low Variables) in the backend. This does not occur with older 4.X versions.

See explanation here about Redis delete() method:
https://github.com/phpredis/phpredis#del-delete-unlink
*Note: delete is

NO LONGER USER LEVEL SUPPORTED. CONTRIBUTING DEVELOPERS INTERESTED IN MAINTAINING ATUTOR, SHOULD REQUEST COLLABORATOR ACCESS. : ATutor is an Open Source Web-based Learning Management System (LMS) used to develop and deliver online courses. Administrators can install or update ATutor in minutes, develop custom themes to give ATutor a new look, and easily extend its functionality with feature modules. Educators can quickly assemble, package, and redistribute standardized Web-based instructional content, easily import prepackaged content, and conduct their courses online. Students learn in an accessible, adaptive, social learning environment.

  • Updated Sep 9, 2019
  • PHP

NetCoreCMS is a modular theme supported Content Management System developed using ASP.Net Core 2.0 MVC. Which is also usable as web application framework. This project is still under development. Please do not use before it's first release.

  • Updated Jul 10, 2018
  • JavaScript
benbrown
benbrown commented Feb 25, 2019

We should add documentation about making calls to controller.studio.runTrigger.

The following code should be added to the bot.js file, in addition to configuring the controller with the studio_command_url parameter:

// This captures and evaluates any message sent to the bot as a DM
// or sent to the bot in the form "@bot message" and passes it to
// Botkit Studio to evaluate for t
You can’t perform that action at this time.